Color Hex Logo

#bbd08e Color Hex

#BBD08E
(187,208,142)
0 Favorites   0 Comments

Color spaces of #bbd08e

RGB 187208142
HSL0.220.410.69
HSV79°32°82°
CMYK 0.100.000.32   0.18
XYZ47.931957.629534.1885
Yxy57.62950.34300.4124
Hunter Lab75.9141-20.145426.4382
CIE-Lab80.5324-18.104030.4984

#bbd08e color RGB value is (187,208,142).

#bbd08e hex color red value is 187, green value is 208 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbd08e hue: 0.22 , saturation: 0.41 and the lightness value of bbd08e is 0.69.

The process color (four color CMYK) of #bbd08e color hex is 0.10, 0.00, 0.32, 0.18. Web safe color of #bbd08e is #cccc99. Color #bbd08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 10001110
Octal 273 320 216
Decimal 187 208 142
Hex BB D0 8E

RGB Percentages of Color #bbd08e

%34.82
%38.73
%26.44

CMYK Percentages of Color #bbd08e

%10
%0
%32
%18

Triadic Colors of #bbd08e

#bbd08e #8ebbd0 #d08ebb

Analogous Colors of #bbd08e

#bbd08e #9ad08e #d0c48e

Monochromatic Colors of #bbd08e

#bbd08e

Complementary Color

#bbd08e #a38ed0

#bbd08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd08e Color CSS Codes

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

#bbd08e Text Font Color

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

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


#bbd08e Background Color

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

This div background color is #bbd08e


#bbd08e Border Color

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

This div border color is #bbd08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd08e


Comments

No comments written yet.

Please login to write comment.