Color Hex Logo

#b9ddad Color Hex

#B9DDAD
(185,221,173)
0 Favorites   0 Comments

Color spaces of #b9ddad

RGB 185221173
HSL0.290.410.77
HSV105°22°87°
CMYK 0.160.000.22   0.13
XYZ53.406965.044349.2751
Yxy65.04430.31840.3878
Hunter Lab80.6500-22.933920.2304
CIE-Lab84.5066-20.623819.7362

#b9ddad color RGB value is (185,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 10101101
Octal 271 335 255
Decimal 185 221 173
Hex B9 DD AD

RGB Percentages of Color #b9ddad

%31.95
%38.17
%29.88

CMYK Percentages of Color #b9ddad

%16
%0
%22
%13

Triadic Colors of #b9ddad

#b9ddad #adb9dd #ddadb9

Analogous Colors of #b9ddad

#b9ddad #adddb9 #d1ddad

Monochromatic Colors of #b9ddad

#b9ddad

Complementary Color

#b9ddad #d1addd

#b9ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddad Color CSS Codes

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

#b9ddad Text Font Color

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

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


#b9ddad Background Color

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

This div background color is #b9ddad


#b9ddad Border Color

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

This div border color is #b9ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddad


Comments

No comments written yet.

Please login to write comment.