Color Hex Logo

#b5effd Color Hex

#B5EFFD
(181,239,253)
0 Favorites   0 Comments

Color spaces of #b5effd

RGB 181239253
HSL0.530.950.85
HSV192°28°99°
CMYK 0.280.060.00   0.01
XYZ67.652278.6486104.5436
Yxy78.64860.26970.3135
Hunter Lab88.6840-19.0292-7.8141
CIE-Lab91.0751-15.1027-12.6948

#b5effd color RGB value is (181,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101111 11111101
Octal 265 357 375
Decimal 181 239 253
Hex B5 EF FD

RGB Percentages of Color #b5effd

%26.89
%35.51
%37.59

CMYK Percentages of Color #b5effd

%28
%6
%0
%1

Triadic Colors of #b5effd

#b5effd #fdb5ef #effdb5

Analogous Colors of #b5effd

#b5effd #b5cbfd #b5fde7

Monochromatic Colors of #b5effd

#b5effd

Complementary Color

#b5effd #fdc3b5

#b5effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5effd Color CSS Codes

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

#b5effd Text Font Color

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

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


#b5effd Background Color

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

This div background color is #b5effd


#b5effd Border Color

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

This div border color is #b5effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5effd


Comments

No comments written yet.

Please login to write comment.