Color Hex Logo

#b5e4ed Color Hex

#B5E4ED
(181,228,237)
0 Favorites   0 Comments

Color spaces of #b5e4ed

RGB 181228237
HSL0.530.610.82
HSV190°24°93°
CMYK 0.240.040.00   0.07
XYZ62.085571.425090.6349
Yxy71.42500.27700.3187
Hunter Lab84.5133-16.7679-4.4253
CIE-Lab87.6911-13.1133-9.3597

#b5e4ed color RGB value is (181,228,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100100 11101101
Octal 265 344 355
Decimal 181 228 237
Hex B5 E4 ED

RGB Percentages of Color #b5e4ed

%28.02
%35.29
%36.69

CMYK Percentages of Color #b5e4ed

%24
%4
%0
%7

Triadic Colors of #b5e4ed

#b5e4ed #edb5e4 #e4edb5

Analogous Colors of #b5e4ed

#b5e4ed #b5c8ed #b5edda

Monochromatic Colors of #b5e4ed

#b5e4ed

Complementary Color

#b5e4ed #edbeb5

#b5e4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e4ed Color CSS Codes

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

#b5e4ed Text Font Color

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

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


#b5e4ed Background Color

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

This div background color is #b5e4ed


#b5e4ed Border Color

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

This div border color is #b5e4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e4ed


Comments

No comments written yet.

Please login to write comment.