Color Hex Logo

#bbddae Color Hex

#BBDDAE
(187,221,174)
0 Favorites   0 Comments

Color spaces of #bbddae

RGB 187221174
HSL0.290.410.77
HSV103°21°87°
CMYK 0.150.000.21   0.13
XYZ53.989965.333749.8095
Yxy65.33370.31920.3863
Hunter Lab80.8293-22.222220.0441
CIE-Lab84.6554-19.769519.4397

#bbddae color RGB value is (187,221,174).

#bbddae hex color red value is 187, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbddae hue: 0.29 , saturation: 0.41 and the lightness value of bbddae is 0.77.

The process color (four color CMYK) of #bbddae color hex is 0.15, 0.00, 0.21, 0.13. Web safe color of #bbddae is #cccc99. Color #bbddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101110
Octal 273 335 256
Decimal 187 221 174
Hex BB DD AE

RGB Percentages of Color #bbddae

%32.13
%37.97
%29.90

CMYK Percentages of Color #bbddae

%15
%0
%21
%13

Triadic Colors of #bbddae

#bbddae #aebbdd #ddaebb

Analogous Colors of #bbddae

#bbddae #aeddb9 #d3ddae

Monochromatic Colors of #bbddae

#bbddae

Complementary Color

#bbddae #d0aedd

#bbddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddae Color CSS Codes

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

#bbddae Text Font Color

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

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


#bbddae Background Color

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

This div background color is #bbddae


#bbddae Border Color

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

This div border color is #bbddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddae


Comments

No comments written yet.

Please login to write comment.