Color Hex Logo

#b9cdc9 Color Hex

#B9CDC9
(185,205,201)
0 Favorites   0 Comments

Color spaces of #b9cdc9

RGB 185205201
HSL0.470.170.76
HSV168°10°80°
CMYK 0.100.000.02   0.20
XYZ52.381558.194063.7301
Yxy58.19400.30050.3339
Hunter Lab76.2850-10.93083.8674
CIE-Lab80.8465-7.5055-0.3215

#b9cdc9 color RGB value is (185,205,201).

#b9cdc9 hex color red value is 185, green value is 205 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #b9cdc9 hue: 0.47 , saturation: 0.17 and the lightness value of b9cdc9 is 0.76.

The process color (four color CMYK) of #b9cdc9 color hex is 0.10, 0.00, 0.02, 0.20. Web safe color of #b9cdc9 is #cccccc. Color #b9cdc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 11001001
Octal 271 315 311
Decimal 185 205 201
Hex B9 CD C9

RGB Percentages of Color #b9cdc9

%31.30
%34.69
%34.01

CMYK Percentages of Color #b9cdc9

%10
%0
%2
%20

Triadic Colors of #b9cdc9

#b9cdc9 #c9b9cd #cdc9b9

Analogous Colors of #b9cdc9

#b9cdc9 #b9c7cd #b9cdbf

Monochromatic Colors of #b9cdc9

#b9cdc9

Complementary Color

#b9cdc9 #cdb9bd

#b9cdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cdc9 Color CSS Codes

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

#b9cdc9 Text Font Color

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

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


#b9cdc9 Background Color

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

This div background color is #b9cdc9


#b9cdc9 Border Color

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

This div border color is #b9cdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cdc9


Comments

No comments written yet.

Please login to write comment.