Color Hex Logo

#bbdcae Color Hex

#BBDCAE
(187,220,174)
0 Favorites   0 Comments

Color spaces of #bbdcae

RGB 187220174
HSL0.290.400.77
HSV103°21°86°
CMYK 0.150.000.21   0.14
XYZ53.726764.807249.7217
Yxy64.80720.31930.3852
Hunter Lab80.5029-21.751319.7323
CIE-Lab84.3843-19.274919.0629

#bbdcae color RGB value is (187,220,174).

#bbdcae hex color red value is 187, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbdcae hue: 0.29 , saturation: 0.40 and the lightness value of bbdcae is 0.77.

The process color (four color CMYK) of #bbdcae color hex is 0.15, 0.00, 0.21, 0.14. Web safe color of #bbdcae is #cccc99. Color #bbdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10101110
Octal 273 334 256
Decimal 187 220 174
Hex BB DC AE

RGB Percentages of Color #bbdcae

%32.19
%37.87
%29.95

CMYK Percentages of Color #bbdcae

%15
%0
%21
%14

Triadic Colors of #bbdcae

#bbdcae #aebbdc #dcaebb

Analogous Colors of #bbdcae

#bbdcae #aedcb8 #d2dcae

Monochromatic Colors of #bbdcae

#bbdcae

Complementary Color

#bbdcae #cfaedc

#bbdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcae Color CSS Codes

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

#bbdcae Text Font Color

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

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


#bbdcae Background Color

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

This div background color is #bbdcae


#bbdcae Border Color

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

This div border color is #bbdcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,220,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 #bbdcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcae


Comments

No comments written yet.

Please login to write comment.