Color Hex Logo

#bbd8ae Color Hex

#BBD8AE
(187,216,174)
0 Favorites   0 Comments

Color spaces of #bbd8ae

RGB 187216174
HSL0.280.350.76
HSV101°19°85°
CMYK 0.130.000.19   0.15
XYZ52.689462.732549.3760
Yxy62.73250.31970.3807
Hunter Lab79.2039-19.861818.4811
CIE-Lab83.3014-17.285417.5537

#bbd8ae color RGB value is (187,216,174).

#bbd8ae hex color red value is 187, green value is 216 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbd8ae hue: 0.28 , saturation: 0.35 and the lightness value of bbd8ae is 0.76.

The process color (four color CMYK) of #bbd8ae color hex is 0.13, 0.00, 0.19, 0.15. Web safe color of #bbd8ae is #cccc99. Color #bbd8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 10101110
Octal 273 330 256
Decimal 187 216 174
Hex BB D8 AE

RGB Percentages of Color #bbd8ae

%32.41
%37.44
%30.16

CMYK Percentages of Color #bbd8ae

%13
%0
%19
%15

Triadic Colors of #bbd8ae

#bbd8ae #aebbd8 #d8aebb

Analogous Colors of #bbd8ae

#bbd8ae #aed8b6 #d0d8ae

Monochromatic Colors of #bbd8ae

#bbd8ae

Complementary Color

#bbd8ae #cbaed8

#bbd8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd8ae Color CSS Codes

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

#bbd8ae Text Font Color

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

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


#bbd8ae Background Color

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

This div background color is #bbd8ae


#bbd8ae Border Color

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

This div border color is #bbd8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd8ae

#bbd8ae Color Palettes


Comments

No comments written yet.

Please login to write comment.