Color Hex Logo

#b5edfb Color Hex

#B5EDFB
(181,237,251)
0 Favorites   0 Comments

Color spaces of #b5edfb

RGB 181237251
HSL0.530.900.85
HSV192°28°98°
CMYK 0.280.060.00   0.02
XYZ66.752877.3572102.6800
Yxy77.35720.27050.3135
Hunter Lab87.9529-18.4432-7.6506
CIE-Lab90.4858-14.5498-12.5314

#b5edfb color RGB value is (181,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101101 11111011
Octal 265 355 373
Decimal 181 237 251
Hex B5 ED FB

RGB Percentages of Color #b5edfb

%27.06
%35.43
%37.52

CMYK Percentages of Color #b5edfb

%28
%6
%0
%2

Triadic Colors of #b5edfb

#b5edfb #fbb5ed #edfbb5

Analogous Colors of #b5edfb

#b5edfb #b5cafb #b5fbe6

Monochromatic Colors of #b5edfb

#b5edfb

Complementary Color

#b5edfb #fbc3b5

#b5edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5edfb Color CSS Codes

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

#b5edfb Text Font Color

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

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


#b5edfb Background Color

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

This div background color is #b5edfb


#b5edfb Border Color

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

This div border color is #b5edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5edfb

Related Colors


Comments

No comments written yet.

Please login to write comment.