Color Hex Logo

#bbcaad Color Hex

#BBCAAD
(187,202,173)
0 Favorites   0 Comments

Color spaces of #bbcaad

RGB 187202173
HSL0.250.210.74
HSV91°14°79°
CMYK 0.070.000.14   0.21
XYZ49.156955.823047.7192
Yxy55.82300.32190.3656
Hunter Lab74.7148-13.310914.4327
CIE-Lab79.5130-10.348112.7601

#bbcaad color RGB value is (187,202,173).

#bbcaad hex color red value is 187, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbcaad hue: 0.25 , saturation: 0.21 and the lightness value of bbcaad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 10101101
Octal 273 312 255
Decimal 187 202 173
Hex BB CA AD

RGB Percentages of Color #bbcaad

%33.27
%35.94
%30.78

CMYK Percentages of Color #bbcaad

%7
%0
%14
%21

Triadic Colors of #bbcaad

#bbcaad #adbbca #caadbb

Analogous Colors of #bbcaad

#bbcaad #adcaae #cacaad

Monochromatic Colors of #bbcaad

#bbcaad

Complementary Color

#bbcaad #bcadca

#bbcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcaad Color CSS Codes

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

#bbcaad Text Font Color

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

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


#bbcaad Background Color

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

This div background color is #bbcaad


#bbcaad Border Color

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

This div border color is #bbcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcaad


Comments

No comments written yet.

Please login to write comment.