Color Hex Logo

#8edefb Color Hex

#8EDEFB
(142,222,251)
0 Favorites   0 Comments

Color spaces of #8edefb

RGB 142222251
HSL0.540.930.77
HSV196°43°98°
CMYK 0.430.120.00   0.02
XYZ54.689264.9584100.9226
Yxy64.95840.24790.2945
Hunter Lab80.5968-19.9226-17.8247
CIE-Lab84.4623-17.1570-21.7913

#8edefb color RGB value is (142,222,251).

#8edefb hex color red value is 142, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8edefb hue: 0.54 , saturation: 0.93 and the lightness value of 8edefb is 0.77.

The process color (four color CMYK) of #8edefb color hex is 0.43, 0.12, 0.00, 0.02. Web safe color of #8edefb is #99ccff. Color #8edefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 11111011
Octal 216 336 373
Decimal 142 222 251
Hex 8E DE FB

RGB Percentages of Color #8edefb

%23.09
%36.10
%40.81

CMYK Percentages of Color #8edefb

%43
%12
%0
%2

Triadic Colors of #8edefb

#8edefb #fb8ede #defb8e

Analogous Colors of #8edefb

#8edefb #8ea8fb #8efbe2

Monochromatic Colors of #8edefb

#8edefb

Complementary Color

#8edefb #fbab8e

#8edefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edefb Color CSS Codes

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

#8edefb Text Font Color

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

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


#8edefb Background Color

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

This div background color is #8edefb


#8edefb Border Color

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

This div border color is #8edefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,222,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8edefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8edefb;
  -webkit-box-shadow: 1px 1px 3px 2px #8edefb;
  box-shadow:         1px 1px 3px 2px #8edefb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,222,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 #8edefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edefb


Comments

No comments written yet.

Please login to write comment.