Color Hex Logo

#bbdfad Color Hex

#BBDFAD
(187,223,173)
0 Favorites   0 Comments

Color spaces of #bbdfad

RGB 187223173
HSL0.290.440.78
HSV103°22°87°
CMYK 0.160.000.22   0.13
XYZ54.424066.357349.4749
Yxy66.35730.31970.3897
Hunter Lab81.4600-23.297921.0121
CIE-Lab85.1783-20.916720.6872

#bbdfad color RGB value is (187,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10101101
Octal 273 337 255
Decimal 187 223 173
Hex BB DF AD

RGB Percentages of Color #bbdfad

%32.08
%38.25
%29.67

CMYK Percentages of Color #bbdfad

%16
%0
%22
%13

Triadic Colors of #bbdfad

#bbdfad #adbbdf #dfadbb

Analogous Colors of #bbdfad

#bbdfad #addfb8 #d4dfad

Monochromatic Colors of #bbdfad

#bbdfad

Complementary Color

#bbdfad #d1addf

#bbdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfad Color CSS Codes

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

#bbdfad Text Font Color

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

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


#bbdfad Background Color

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

This div background color is #bbdfad


#bbdfad Border Color

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

This div border color is #bbdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfad


Comments

No comments written yet.

Please login to write comment.