Color Hex Logo

#b9cdad Color Hex

#B9CDAD
(185,205,173)
0 Favorites   0 Comments

Color spaces of #b9cdad

RGB 185205173
HSL0.270.240.74
HSV98°16°80°
CMYK 0.100.000.16   0.20
XYZ49.381756.994147.9334
Yxy56.99410.32000.3693
Hunter Lab75.4944-15.356515.2013
CIE-Lab80.1763-12.596313.6767

#b9cdad color RGB value is (185,205,173).

#b9cdad hex color red value is 185, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b9cdad hue: 0.27 , saturation: 0.24 and the lightness value of b9cdad is 0.74.

The process color (four color CMYK) of #b9cdad color hex is 0.10, 0.00, 0.16, 0.20. Web safe color of #b9cdad is #cccc99. Color #b9cdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 10101101
Octal 271 315 255
Decimal 185 205 173
Hex B9 CD AD

RGB Percentages of Color #b9cdad

%32.86
%36.41
%30.73

CMYK Percentages of Color #b9cdad

%10
%0
%16
%20

Triadic Colors of #b9cdad

#b9cdad #adb9cd #cdadb9

Analogous Colors of #b9cdad

#b9cdad #adcdb1 #c9cdad

Monochromatic Colors of #b9cdad

#b9cdad

Complementary Color

#b9cdad #c1adcd

#b9cdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cdad Color CSS Codes

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

#b9cdad Text Font Color

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

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


#b9cdad Background Color

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

This div background color is #b9cdad


#b9cdad Border Color

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

This div border color is #b9cdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cdad


Comments

No comments written yet.

Please login to write comment.