Color Hex Logo

#b5eafd Color Hex

#B5EAFD
(181,234,253)
0 Favorites   0 Comments

Color spaces of #b5eafd

RGB 181234253
HSL0.540.950.85
HSV196°28°99°
CMYK 0.280.080.00   0.01
XYZ66.208575.7612104.0623
Yxy75.76120.26910.3079
Hunter Lab87.0409-16.5439-9.9559
CIE-Lab89.7484-12.5826-14.6790

#b5eafd color RGB value is (181,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 11111101
Octal 265 352 375
Decimal 181 234 253
Hex B5 EA FD

RGB Percentages of Color #b5eafd

%27.10
%35.03
%37.87

CMYK Percentages of Color #b5eafd

%28
%8
%0
%1

Triadic Colors of #b5eafd

#b5eafd #fdb5ea #eafdb5

Analogous Colors of #b5eafd

#b5eafd #b5c6fd #b5fdec

Monochromatic Colors of #b5eafd

#b5eafd

Complementary Color

#b5eafd #fdc8b5

#b5eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eafd Color CSS Codes

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

#b5eafd Text Font Color

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

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


#b5eafd Background Color

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

This div background color is #b5eafd


#b5eafd Border Color

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

This div border color is #b5eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eafd


Comments

No comments written yet.

Please login to write comment.