Color Hex Logo

#b5eafe Color Hex

#B5EAFE
(181,234,254)
0 Favorites   0 Comments

Color spaces of #b5eafe

RGB 181234254
HSL0.550.970.85
HSV196°29°100°
CMYK 0.290.080.00   0.00
XYZ66.368375.8252104.9037
Yxy75.82520.26860.3069
Hunter Lab87.0777-16.3379-10.4731
CIE-Lab89.7781-12.3546-15.1572

#b5eafe color RGB value is (181,234,254).

#b5eafe hex color red value is 181, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b5eafe hue: 0.55 , saturation: 0.97 and the lightness value of b5eafe is 0.85.

The process color (four color CMYK) of #b5eafe color hex is 0.29, 0.08, 0.00, 0.00. Web safe color of #b5eafe is #ccffff. Color #b5eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11111110
Octal 265 352 376
Decimal 181 234 254
Hex B5 EA FE

RGB Percentages of Color #b5eafe

%27.06
%34.98
%37.97

CMYK Percentages of Color #b5eafe

%29
%8
%0
%0

Triadic Colors of #b5eafe

#b5eafe #feb5ea #eafeb5

Analogous Colors of #b5eafe

#b5eafe #b5c6fe #b5feee

Monochromatic Colors of #b5eafe

#b5eafe

Complementary Color

#b5eafe #fec9b5

#b5eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eafe Color CSS Codes

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

#b5eafe Text Font Color

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

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


#b5eafe Background Color

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

This div background color is #b5eafe


#b5eafe Border Color

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

This div border color is #b5eafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,234,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eafe


Comments

No comments written yet.

Please login to write comment.