Color Hex Logo

#bbcaaf Color Hex

#BBCAAF
(187,202,175)
0 Favorites   0 Comments

Color spaces of #bbcaaf

RGB 187202175
HSL0.260.200.74
HSV93°13°79°
CMYK 0.070.000.13   0.21
XYZ49.351955.901048.7463
Yxy55.90100.32050.3630
Hunter Lab74.7670-13.018613.6812
CIE-Lab79.5574-10.009811.7545

#bbcaaf color RGB value is (187,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 10101111
Octal 273 312 257
Decimal 187 202 175
Hex BB CA AF

RGB Percentages of Color #bbcaaf

%33.16
%35.82
%31.03

CMYK Percentages of Color #bbcaaf

%7
%0
%13
%21

Triadic Colors of #bbcaaf

#bbcaaf #afbbca #caafbb

Analogous Colors of #bbcaaf

#bbcaaf #afcab1 #c9caaf

Monochromatic Colors of #bbcaaf

#bbcaaf

Complementary Color

#bbcaaf #beafca

#bbcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcaaf Color CSS Codes

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

#bbcaaf Text Font Color

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

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


#bbcaaf Background Color

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

This div background color is #bbcaaf


#bbcaaf Border Color

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

This div border color is #bbcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcaaf


Comments

No comments written yet.

Please login to write comment.