Color Hex Logo

#bbd7ae Color Hex

#BBD7AE
(187,215,174)
0 Favorites   0 Comments

Color spaces of #bbd7ae

RGB 187215174
HSL0.280.340.76
HSV101°19°84°
CMYK 0.130.000.19   0.16
XYZ52.433962.221749.2908
Yxy62.22170.31980.3795
Hunter Lab78.8807-19.388118.1675
CIE-Lab83.0312-16.785517.1762

#bbd7ae color RGB value is (187,215,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10101110
Octal 273 327 256
Decimal 187 215 174
Hex BB D7 AE

RGB Percentages of Color #bbd7ae

%32.47
%37.33
%30.21

CMYK Percentages of Color #bbd7ae

%13
%0
%19
%16

Triadic Colors of #bbd7ae

#bbd7ae #aebbd7 #d7aebb

Analogous Colors of #bbd7ae

#bbd7ae #aed7b6 #d0d7ae

Monochromatic Colors of #bbd7ae

#bbd7ae

Complementary Color

#bbd7ae #caaed7

#bbd7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7ae Color CSS Codes

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

#bbd7ae Text Font Color

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

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


#bbd7ae Background Color

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

This div background color is #bbd7ae


#bbd7ae Border Color

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

This div border color is #bbd7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7ae

#bbd7ae Color Palettes


Comments

No comments written yet.

Please login to write comment.