Color Hex Logo

#bbdeaf Color Hex

#BBDEAF
(187,222,175)
0 Favorites   0 Comments

Color spaces of #bbdeaf

RGB 187222175
HSL0.290.420.78
HSV105°21°87°
CMYK 0.160.000.21   0.13
XYZ54.352765.902550.4132
Yxy65.90250.31850.3861
Hunter Lab81.1804-22.554520.0070
CIE-Lab84.9467-20.099519.3218

#bbdeaf color RGB value is (187,222,175).

#bbdeaf hex color red value is 187, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbdeaf hue: 0.29 , saturation: 0.42 and the lightness value of bbdeaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10101111
Octal 273 336 257
Decimal 187 222 175
Hex BB DE AF

RGB Percentages of Color #bbdeaf

%32.02
%38.01
%29.97

CMYK Percentages of Color #bbdeaf

%16
%0
%21
%13

Triadic Colors of #bbdeaf

#bbdeaf #afbbde #deafbb

Analogous Colors of #bbdeaf

#bbdeaf #afdebb #d3deaf

Monochromatic Colors of #bbdeaf

#bbdeaf

Complementary Color

#bbdeaf #d2afde

#bbdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeaf Color CSS Codes

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

#bbdeaf Text Font Color

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

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


#bbdeaf Background Color

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

This div background color is #bbdeaf


#bbdeaf Border Color

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

This div border color is #bbdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeaf


Comments

No comments written yet.

Please login to write comment.