Color Hex Logo

#bbd7ac Color Hex

#BBD7AC
(187,215,172)
0 Favorites   0 Comments

Color spaces of #bbd7ac

RGB 187215172
HSL0.280.350.76
HSV99°20°84°
CMYK 0.130.000.20   0.16
XYZ52.240362.144248.2714
Yxy62.14420.32120.3821
Hunter Lab78.8316-19.666518.8767
CIE-Lab82.9900-17.113518.1713

#bbd7ac color RGB value is (187,215,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10101100
Octal 273 327 254
Decimal 187 215 172
Hex BB D7 AC

RGB Percentages of Color #bbd7ac

%32.58
%37.46
%29.97

CMYK Percentages of Color #bbd7ac

%13
%0
%20
%16

Triadic Colors of #bbd7ac

#bbd7ac #acbbd7 #d7acbb

Analogous Colors of #bbd7ac

#bbd7ac #acd7b3 #d1d7ac

Monochromatic Colors of #bbd7ac

#bbd7ac

Complementary Color

#bbd7ac #c8acd7

#bbd7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7ac Color CSS Codes

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

#bbd7ac Text Font Color

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

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


#bbd7ac Background Color

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

This div background color is #bbd7ac


#bbd7ac Border Color

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

This div border color is #bbd7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7ac


Comments

No comments written yet.

Please login to write comment.