Color Hex Logo

#b9e4ed Color Hex

#B9E4ED
(185,228,237)
0 Favorites   0 Comments

Color spaces of #b9e4ed

RGB 185228237
HSL0.530.590.83
HSV190°22°93°
CMYK 0.220.040.00   0.07
XYZ63.037071.915590.6794
Yxy71.91550.27940.3187
Hunter Lab84.8030-15.7201-4.0364
CIE-Lab87.9279-11.9291-8.9821

#b9e4ed color RGB value is (185,228,237).

#b9e4ed hex color red value is 185, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b9e4ed hue: 0.53 , saturation: 0.59 and the lightness value of b9e4ed is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100100 11101101
Octal 271 344 355
Decimal 185 228 237
Hex B9 E4 ED

RGB Percentages of Color #b9e4ed

%28.46
%35.08
%36.46

CMYK Percentages of Color #b9e4ed

%22
%4
%0
%7

Triadic Colors of #b9e4ed

#b9e4ed #edb9e4 #e4edb9

Analogous Colors of #b9e4ed

#b9e4ed #b9caed #b9eddc

Monochromatic Colors of #b9e4ed

#b9e4ed

Complementary Color

#b9e4ed #edc2b9

#b9e4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e4ed Color CSS Codes

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

#b9e4ed Text Font Color

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

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


#b9e4ed Background Color

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

This div background color is #b9e4ed


#b9e4ed Border Color

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

This div border color is #b9e4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e4ed


Comments

No comments written yet.

Please login to write comment.