Color Hex Logo

#b9cdc2 Color Hex

#B9CDC2
(185,205,194)
0 Favorites   0 Comments

Color spaces of #b9cdc2

RGB 185205194
HSL0.410.170.76
HSV147°10°80°
CMYK 0.100.000.05   0.20
XYZ51.576557.872059.4910
Yxy57.87200.30530.3426
Hunter Lab76.0736-12.10926.8857
CIE-Lab80.6676-8.84503.1647

#b9cdc2 color RGB value is (185,205,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 11000010
Octal 271 315 302
Decimal 185 205 194
Hex B9 CD C2

RGB Percentages of Color #b9cdc2

%31.68
%35.10
%33.22

CMYK Percentages of Color #b9cdc2

%10
%0
%5
%20

Triadic Colors of #b9cdc2

#b9cdc2 #c2b9cd #cdc2b9

Analogous Colors of #b9cdc2

#b9cdc2 #b9cdcc #bacdb9

Monochromatic Colors of #b9cdc2

#b9cdc2

Complementary Color

#b9cdc2 #cdb9c4

#b9cdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cdc2 Color CSS Codes

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

#b9cdc2 Text Font Color

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

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


#b9cdc2 Background Color

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

This div background color is #b9cdc2


#b9cdc2 Border Color

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

This div border color is #b9cdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cdc2


Comments

No comments written yet.

Please login to write comment.