Color Hex Logo

#b9eaed Color Hex

#B9EAED
(185,234,237)
0 Favorites   0 Comments

Color spaces of #b9eaed

RGB 185234237
HSL0.510.590.83
HSV183°22°93°
CMYK 0.220.010.00   0.07
XYZ64.716575.274391.2392
Yxy75.27430.27990.3255
Hunter Lab86.7608-18.6848-1.6179
CIE-Lab89.5213-14.9587-6.6213

#b9eaed color RGB value is (185,234,237).

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

The process color (four color CMYK) of #b9eaed color hex is 0.22, 0.01, 0.00, 0.07. Web safe color of #b9eaed is #ccffff. Color #b9eaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101010 11101101
Octal 271 352 355
Decimal 185 234 237
Hex B9 EA ED

RGB Percentages of Color #b9eaed

%28.20
%35.67
%36.13

CMYK Percentages of Color #b9eaed

%22
%1
%0
%7

Triadic Colors of #b9eaed

#b9eaed #edb9ea #eaedb9

Analogous Colors of #b9eaed

#b9eaed #b9d0ed #b9edd6

Monochromatic Colors of #b9eaed

#b9eaed

Complementary Color

#b9eaed #edbcb9

#b9eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eaed Color CSS Codes

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

#b9eaed Text Font Color

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

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


#b9eaed Background Color

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

This div background color is #b9eaed


#b9eaed Border Color

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

This div border color is #b9eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eaed


Comments

No comments written yet.

Please login to write comment.