Color Hex Logo

#b9dfca Color Hex

#B9DFCA
(185,223,202)
0 Favorites   0 Comments

Color spaces of #b9dfca

RGB 185223202
HSL0.410.370.80
HSV147°17°87°
CMYK 0.170.000.09   0.13
XYZ57.055967.353965.8706
Yxy67.35390.29990.3540
Hunter Lab82.0694-19.52569.8612
CIE-Lab85.6823-16.50146.1637

#b9dfca color RGB value is (185,223,202).

#b9dfca hex color red value is 185, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b9dfca hue: 0.41 , saturation: 0.37 and the lightness value of b9dfca is 0.80.

The process color (four color CMYK) of #b9dfca color hex is 0.17, 0.00, 0.09, 0.13. Web safe color of #b9dfca is #cccccc. Color #b9dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11001010
Octal 271 337 312
Decimal 185 223 202
Hex B9 DF CA

RGB Percentages of Color #b9dfca

%30.33
%36.56
%33.11

CMYK Percentages of Color #b9dfca

%17
%0
%9
%13

Triadic Colors of #b9dfca

#b9dfca #cab9df #dfcab9

Analogous Colors of #b9dfca

#b9dfca #b9dfdd #bbdfb9

Monochromatic Colors of #b9dfca

#b9dfca

Complementary Color

#b9dfca #dfb9ce

#b9dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfca Color CSS Codes

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

#b9dfca Text Font Color

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

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


#b9dfca Background Color

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

This div background color is #b9dfca


#b9dfca Border Color

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

This div border color is #b9dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfca


Comments

No comments written yet.

Please login to write comment.