Color Hex Logo

#b5eaff Color Hex

#B5EAFF
(181,234,255)
0 Favorites   0 Comments

Color spaces of #b5eaff

RGB 181234255
HSL0.551.000.85
HSV197°29°100°
CMYK 0.290.080.00   0.00
XYZ66.528975.8894105.7494
Yxy75.88940.26810.3058
Hunter Lab87.1145-16.1309-10.9927
CIE-Lab89.8080-12.1257-15.6351

#b5eaff color RGB value is (181,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11111111
Octal 265 352 377
Decimal 181 234 255
Hex B5 EA FF

RGB Percentages of Color #b5eaff

%27.01
%34.93
%38.06

CMYK Percentages of Color #b5eaff

%29
%8
%0
%0

Triadic Colors of #b5eaff

#b5eaff #ffb5ea #eaffb5

Analogous Colors of #b5eaff

#b5eaff #b5c5ff #b5ffef

Monochromatic Colors of #b5eaff

#b5eaff

Complementary Color

#b5eaff #ffcab5

#b5eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eaff Color CSS Codes

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

#b5eaff Text Font Color

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

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


#b5eaff Background Color

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

This div background color is #b5eaff


#b5eaff Border Color

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

This div border color is #b5eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eaff

#b5eaff Color Palettes


Comments

No comments written yet.

Please login to write comment.