Color Hex Logo

#bbd7ad Color Hex

#BBD7AD
(187,215,173)
0 Favorites   0 Comments

Color spaces of #bbd7ad

RGB 187215173
HSL0.280.340.76
HSV100°20°84°
CMYK 0.130.000.20   0.16
XYZ52.336862.182848.7792
Yxy62.18280.32050.3808
Hunter Lab78.8561-19.527618.5233
CIE-Lab83.0105-16.949817.6737

#bbd7ad color RGB value is (187,215,173).

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

The process color (four color CMYK) of #bbd7ad color hex is 0.13, 0.00, 0.20, 0.16. Web safe color of #bbd7ad is #cccc99. Color #bbd7ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10101101
Octal 273 327 255
Decimal 187 215 173
Hex BB D7 AD

RGB Percentages of Color #bbd7ad

%32.52
%37.39
%30.09

CMYK Percentages of Color #bbd7ad

%13
%0
%20
%16

Triadic Colors of #bbd7ad

#bbd7ad #adbbd7 #d7adbb

Analogous Colors of #bbd7ad

#bbd7ad #add7b4 #d0d7ad

Monochromatic Colors of #bbd7ad

#bbd7ad

Complementary Color

#bbd7ad #c9add7

#bbd7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7ad Color CSS Codes

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

#bbd7ad Text Font Color

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

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


#bbd7ad Background Color

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

This div background color is #bbd7ad


#bbd7ad Border Color

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

This div border color is #bbd7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7ad


Comments

No comments written yet.

Please login to write comment.