Color Hex Logo

#b9e5dc Color Hex

#B9E5DC
(185,229,220)
0 Favorites   0 Comments

Color spaces of #b9e5dc

RGB 185229220
HSL0.470.460.81
HSV168°19°90°
CMYK 0.190.000.04   0.10
XYZ60.945271.520278.3028
Yxy71.52020.28920.3393
Hunter Lab84.5696-19.36064.3023
CIE-Lab87.7371-15.9842-0.3282

#b9e5dc color RGB value is (185,229,220).

#b9e5dc hex color red value is 185, green value is 229 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9e5dc hue: 0.47 , saturation: 0.46 and the lightness value of b9e5dc is 0.81.

The process color (four color CMYK) of #b9e5dc color hex is 0.19, 0.00, 0.04, 0.10. Web safe color of #b9e5dc is #cccccc. Color #b9e5dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100101 11011100
Octal 271 345 334
Decimal 185 229 220
Hex B9 E5 DC

RGB Percentages of Color #b9e5dc

%29.18
%36.12
%34.70

CMYK Percentages of Color #b9e5dc

%19
%0
%4
%10

Triadic Colors of #b9e5dc

#b9e5dc #dcb9e5 #e5dcb9

Analogous Colors of #b9e5dc

#b9e5dc #b9d8e5 #b9e5c6

Monochromatic Colors of #b9e5dc

#b9e5dc

Complementary Color

#b9e5dc #e5b9c2

#b9e5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e5dc Color CSS Codes

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

#b9e5dc Text Font Color

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

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


#b9e5dc Background Color

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

This div background color is #b9e5dc


#b9e5dc Border Color

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

This div border color is #b9e5dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,229,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 #b9e5dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e5dc


Comments

No comments written yet.

Please login to write comment.