Color Hex Logo

#bbe06b Color Hex

#BBE06B
(187,224,107)
0 Favorites   0 Comments

Color spaces of #bbe06b

RGB 187224107
HSL0.220.650.65
HSV79°52°88°
CMYK 0.170.000.52   0.12
XYZ49.803064.937623.8192
Yxy64.93760.35940.4687
Hunter Lab80.5839-30.704038.8836
CIE-Lab84.4516-29.884452.6835

#bbe06b color RGB value is (187,224,107).

#bbe06b hex color red value is 187, green value is 224 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbe06b hue: 0.22 , saturation: 0.65 and the lightness value of bbe06b is 0.65.

The process color (four color CMYK) of #bbe06b color hex is 0.17, 0.00, 0.52, 0.12. Web safe color of #bbe06b is #cccc66. Color #bbe06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01101011
Octal 273 340 153
Decimal 187 224 107
Hex BB E0 6B

RGB Percentages of Color #bbe06b

%36.10
%43.24
%20.66

CMYK Percentages of Color #bbe06b

%17
%0
%52
%12

Triadic Colors of #bbe06b

#bbe06b #6bbbe0 #e06bbb

Analogous Colors of #bbe06b

#bbe06b #81e06b #e0cb6b

Monochromatic Colors of #bbe06b

#bbe06b

Complementary Color

#bbe06b #906be0

#bbe06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe06b Color CSS Codes

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

#bbe06b Text Font Color

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

This sample text font color is #bbe06b
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.


#bbe06b Background Color

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

This div background color is #bbe06b


#bbe06b Border Color

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

This div border color is #bbe06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe06b


Comments

No comments written yet.

Please login to write comment.