Color Hex Logo

#b9cdae Color Hex

#B9CDAE
(185,205,174)
0 Favorites   0 Comments

Color spaces of #b9cdae

RGB 185205174
HSL0.270.240.74
HSV99°15°80°
CMYK 0.100.000.15   0.20
XYZ49.478957.032948.4450
Yxy57.03290.31930.3681
Hunter Lab75.5201-15.211514.8305
CIE-Lab80.1981-12.426813.1750

#b9cdae color RGB value is (185,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 10101110
Octal 271 315 256
Decimal 185 205 174
Hex B9 CD AE

RGB Percentages of Color #b9cdae

%32.80
%36.35
%30.85

CMYK Percentages of Color #b9cdae

%10
%0
%15
%20

Triadic Colors of #b9cdae

#b9cdae #aeb9cd #cdaeb9

Analogous Colors of #b9cdae

#b9cdae #aecdb3 #c9cdae

Monochromatic Colors of #b9cdae

#b9cdae

Complementary Color

#b9cdae #c2aecd

#b9cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cdae Color CSS Codes

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

#b9cdae Text Font Color

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

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


#b9cdae Background Color

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

This div background color is #b9cdae


#b9cdae Border Color

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

This div border color is #b9cdae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,205,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cdae


Comments

No comments written yet.

Please login to write comment.