Color Hex Logo

#bbccad Color Hex

#BBCCAD
(187,204,173)
0 Favorites   0 Comments

Color spaces of #bbccad

RGB 187204173
HSL0.260.230.74
HSV93°15°80°
CMYK 0.080.000.15   0.20
XYZ49.629256.767747.8767
Yxy56.76770.32170.3680
Hunter Lab75.3443-14.274915.0659
CIE-Lab80.0488-11.376213.5169

#bbccad color RGB value is (187,204,173).

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

The process color (four color CMYK) of #bbccad color hex is 0.08, 0.00, 0.15, 0.20. Web safe color of #bbccad is #cccc99. Color #bbccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10101101
Octal 273 314 255
Decimal 187 204 173
Hex BB CC AD

RGB Percentages of Color #bbccad

%33.16
%36.17
%30.67

CMYK Percentages of Color #bbccad

%8
%0
%15
%20

Triadic Colors of #bbccad

#bbccad #adbbcc #ccadbb

Analogous Colors of #bbccad

#bbccad #adccaf #cbccad

Monochromatic Colors of #bbccad

#bbccad

Complementary Color

#bbccad #beadcc

#bbccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccad Color CSS Codes

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

#bbccad Text Font Color

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

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


#bbccad Background Color

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

This div background color is #bbccad


#bbccad Border Color

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

This div border color is #bbccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccad


Comments

No comments written yet.

Please login to write comment.