color codes Logo

#bbd65e color codes

#BBD65E
(187,214,94)
0 Favorites   0 Comments

Color spaces of #bbd65e

RGB 18721494
HSL0.200.590.60
HSV74°56°84°
CMYK 0.130.000.56   0.16
XYZ46.560559.466119.6138
Yxy59.46610.37060.4733
Hunter Lab77.1143-27.174238.8997
CIE-Lab81.5471-26.310355.2318

#bbd65e color RGB value is (187,214,94).

#bbd65e hex color red value is 187, green value is 214 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbd65e hue: 0.20 , saturation: 0.59 and the lightness value of bbd65e is 0.60.

The process color (four color CMYK) of #bbd65e color code is 0.13, 0.00, 0.56, 0.16. Web safe color of #bbd65e is #cccc66. Color #bbd65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01011110
Octal 273 326 136
Decimal 187 214 94
Hex BB D6 5E

RGB Percentages of Color #bbd65e

%37.78
%43.23
%18.99

CMYK Percentages of Color #bbd65e

%13
%0
%56
%16

Triadic Colors of #bbd65e

#bbd65e #5ebbd6 #d65ebb

Analogous Colors of #bbd65e

#bbd65e #7fd65e #d6b55e

Monochromatic Colors of #bbd65e

#bbd65e

Complementary Color

#bbd65e #795ed6

#bbd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd65e Color CSS Codes

.mybgcolor {background-color:#bbd65e; } 
.myforecolor {color:#bbd65e; }
.mybordercolor {border:3px solid #bbd65e; }

#bbd65e Text Font Color

<p style="color:#bbd65e">Text here</p>

This sample text font color is #bbd65e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbd65e Background Color

<div style="background-color:#bbd65e">
Div content here</div>

This div background color is #bbd65e


#bbd65e Border Color

<div style="border:3px solid #bbd65e">
Div here</div>

This div border color is #bbd65e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,214,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbd65e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbd65e;
  -webkit-box-shadow: 1px 1px 3px 2px #bbd65e;
  box-shadow:         1px 1px 3px 2px #bbd65e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,214,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbd65e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd65e;
  -webkit-box-shadow: 1px 1px 3px 2px #bbd65e;
  box-shadow:         1px 1px 3px 2px #bbd65e;">
Div content here</div>

This div box has shadow with color #bbd65e


Comments

No comments written yet.

Please login to write comment.