Color Hex Logo

#b9dfdc Color Hex

#B9DFDC
(185,223,220)
0 Favorites   0 Comments

Color spaces of #b9dfdc

RGB 185223220
HSL0.490.370.80
HSV175°17°87°
CMYK 0.170.000.01   0.13
XYZ59.313568.256977.7589
Yxy68.25690.28890.3324
Hunter Lab82.6177-16.43112.0293
CIE-Lab86.1347-12.9601-2.6751

#b9dfdc color RGB value is (185,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11011100
Octal 271 337 334
Decimal 185 223 220
Hex B9 DF DC

RGB Percentages of Color #b9dfdc

%29.46
%35.51
%35.03

CMYK Percentages of Color #b9dfdc

%17
%0
%1
%13

Triadic Colors of #b9dfdc

#b9dfdc #dcb9df #dfdcb9

Analogous Colors of #b9dfdc

#b9dfdc #b9cfdf #b9dfc9

Monochromatic Colors of #b9dfdc

#b9dfdc

Complementary Color

#b9dfdc #dfb9bc

#b9dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfdc Color CSS Codes

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

#b9dfdc Text Font Color

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

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


#b9dfdc Background Color

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

This div background color is #b9dfdc


#b9dfdc Border Color

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

This div border color is #b9dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfdc


Comments

No comments written yet.

Please login to write comment.