Color Hex Logo

#bbddad Color Hex

#BBDDAD
(187,221,173)
0 Favorites   0 Comments

Color spaces of #bbddad

RGB 187221173
HSL0.280.410.77
HSV103°22°87°
CMYK 0.150.000.22   0.13
XYZ53.892865.294849.2979
Yxy65.29480.31990.3875
Hunter Lab80.8052-22.359020.3918
CIE-Lab84.6354-19.931819.9347

#bbddad color RGB value is (187,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101101
Octal 273 335 255
Decimal 187 221 173
Hex BB DD AD

RGB Percentages of Color #bbddad

%32.19
%38.04
%29.78

CMYK Percentages of Color #bbddad

%15
%0
%22
%13

Triadic Colors of #bbddad

#bbddad #adbbdd #ddadbb

Analogous Colors of #bbddad

#bbddad #adddb7 #d3ddad

Monochromatic Colors of #bbddad

#bbddad

Complementary Color

#bbddad #cfaddd

#bbddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddad Color CSS Codes

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

#bbddad Text Font Color

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

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


#bbddad Background Color

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

This div background color is #bbddad


#bbddad Border Color

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

This div border color is #bbddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddad

#bbddad Color Palettes


Comments

No comments written yet.

Please login to write comment.