Color Hex Logo

#b5ebfe Color Hex

#B5EBFE
(181,235,254)
0 Favorites   0 Comments

Color spaces of #b5ebfe

RGB 181235254
HSL0.540.970.85
HSV196°29°100°
CMYK 0.290.070.00   0.00
XYZ66.653876.3962104.9988
Yxy76.39620.26870.3080
Hunter Lab87.4049-16.8369-10.0411
CIE-Lab90.0430-12.8610-14.7602

#b5ebfe color RGB value is (181,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101011 11111110
Octal 265 353 376
Decimal 181 235 254
Hex B5 EB FE

RGB Percentages of Color #b5ebfe

%27.01
%35.07
%37.91

CMYK Percentages of Color #b5ebfe

%29
%7
%0
%0

Triadic Colors of #b5ebfe

#b5ebfe #feb5eb #ebfeb5

Analogous Colors of #b5ebfe

#b5ebfe #b5c7fe #b5feed

Monochromatic Colors of #b5ebfe

#b5ebfe

Complementary Color

#b5ebfe #fec8b5

#b5ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ebfe Color CSS Codes

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

#b5ebfe Text Font Color

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

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


#b5ebfe Background Color

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

This div background color is #b5ebfe


#b5ebfe Border Color

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

This div border color is #b5ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ebfe


Comments

No comments written yet.

Please login to write comment.