Color Hex Logo

#b5eaed Color Hex

#B5EAED
(181,234,237)
0 Favorites   0 Comments

Color spaces of #b5eaed

RGB 181234237
HSL0.510.610.82
HSV183°24°93°
CMYK 0.240.010.00   0.07
XYZ63.764974.783891.1947
Yxy74.78380.27750.3255
Hunter Lab86.4776-19.7176-1.9897
CIE-Lab89.2916-16.1353-6.9867

#b5eaed color RGB value is (181,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11101101
Octal 265 352 355
Decimal 181 234 237
Hex B5 EA ED

RGB Percentages of Color #b5eaed

%27.76
%35.89
%36.35

CMYK Percentages of Color #b5eaed

%24
%1
%0
%7

Triadic Colors of #b5eaed

#b5eaed #edb5ea #eaedb5

Analogous Colors of #b5eaed

#b5eaed #b5ceed #b5edd4

Monochromatic Colors of #b5eaed

#b5eaed

Complementary Color

#b5eaed #edb8b5

#b5eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eaed Color CSS Codes

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

#b5eaed Text Font Color

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

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


#b5eaed Background Color

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

This div background color is #b5eaed


#b5eaed Border Color

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

This div border color is #b5eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eaed


Comments

No comments written yet.

Please login to write comment.