Color Hex Logo

#bbd0ae Color Hex

#BBD0AE
(187,208,174)
0 Favorites   0 Comments

Color spaces of #bbd0ae

RGB 187208174
HSL0.270.270.75
HSV97°16°82°
CMYK 0.100.000.16   0.18
XYZ50.689458.732548.7093
Yxy58.73250.32060.3714
Hunter Lab76.6371-16.051415.9622
CIE-Lab81.1443-13.251714.5293

#bbd0ae color RGB value is (187,208,174).

#bbd0ae hex color red value is 187, green value is 208 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbd0ae hue: 0.27 , saturation: 0.27 and the lightness value of bbd0ae is 0.75.

The process color (four color CMYK) of #bbd0ae color hex is 0.10, 0.00, 0.16, 0.18. Web safe color of #bbd0ae is #cccc99. Color #bbd0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 10101110
Octal 273 320 256
Decimal 187 208 174
Hex BB D0 AE

RGB Percentages of Color #bbd0ae

%32.86
%36.56
%30.58

CMYK Percentages of Color #bbd0ae

%10
%0
%16
%18

Triadic Colors of #bbd0ae

#bbd0ae #aebbd0 #d0aebb

Analogous Colors of #bbd0ae

#bbd0ae #aed0b2 #ccd0ae

Monochromatic Colors of #bbd0ae

#bbd0ae

Complementary Color

#bbd0ae #c3aed0

#bbd0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0ae Color CSS Codes

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

#bbd0ae Text Font Color

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

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


#bbd0ae Background Color

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

This div background color is #bbd0ae


#bbd0ae Border Color

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

This div border color is #bbd0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0ae

#bbd0ae Color Palettes


Comments

No comments written yet.

Please login to write comment.