Color Hex Logo

#bbddaf Color Hex

#BBDDAF
(187,221,175)
0 Favorites   0 Comments

Color spaces of #bbddaf

RGB 187221175
HSL0.290.400.78
HSV104°21°87°
CMYK 0.150.000.21   0.13
XYZ54.087865.372850.3249
Yxy65.37280.31860.3850
Hunter Lab80.8534-22.084019.6941
CIE-Lab84.6755-19.605918.9447

#bbddaf color RGB value is (187,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101111
Octal 273 335 257
Decimal 187 221 175
Hex BB DD AF

RGB Percentages of Color #bbddaf

%32.08
%37.91
%30.02

CMYK Percentages of Color #bbddaf

%15
%0
%21
%13

Triadic Colors of #bbddaf

#bbddaf #afbbdd #ddafbb

Analogous Colors of #bbddaf

#bbddaf #afddba #d2ddaf

Monochromatic Colors of #bbddaf

#bbddaf

Complementary Color

#bbddaf #d1afdd

#bbddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddaf Color CSS Codes

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

#bbddaf Text Font Color

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

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


#bbddaf Background Color

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

This div background color is #bbddaf


#bbddaf Border Color

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

This div border color is #bbddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddaf


Comments

No comments written yet.

Please login to write comment.