Color Hex Logo

#b9dfec Color Hex

#B9DFEC
(185,223,236)
0 Favorites   0 Comments

Color spaces of #b9dfec

RGB 185223236
HSL0.540.570.83
HSV195°22°93°
CMYK 0.220.060.00   0.07
XYZ61.535669.145889.4601
Yxy69.14580.27950.3141
Hunter Lab83.1540-13.4258-5.5786
CIE-Lab86.5762-9.5924-10.4655

#b9dfec color RGB value is (185,223,236).

#b9dfec hex color red value is 185, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b9dfec hue: 0.54 , saturation: 0.57 and the lightness value of b9dfec is 0.83.

The process color (four color CMYK) of #b9dfec color hex is 0.22, 0.06, 0.00, 0.07. Web safe color of #b9dfec is #ccccff. Color #b9dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 11101100
Octal 271 337 354
Decimal 185 223 236
Hex B9 DF EC

RGB Percentages of Color #b9dfec

%28.73
%34.63
%36.65

CMYK Percentages of Color #b9dfec

%22
%6
%0
%7

Triadic Colors of #b9dfec

#b9dfec #ecb9df #dfecb9

Analogous Colors of #b9dfec

#b9dfec #b9c6ec #b9ece0

Monochromatic Colors of #b9dfec

#b9dfec

Complementary Color

#b9dfec #ecc6b9

#b9dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfec Color CSS Codes

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

#b9dfec Text Font Color

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

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


#b9dfec Background Color

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

This div background color is #b9dfec


#b9dfec Border Color

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

This div border color is #b9dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfec


Comments

No comments written yet.

Please login to write comment.