Color Hex Logo

#9edefb Color Hex

#9EDEFB
(158,222,251)
0 Favorites   0 Comments

Color spaces of #9edefb

RGB 158222251
HSL0.550.920.80
HSV199°37°98°
CMYK 0.370.120.00   0.02
XYZ57.634466.4767101.0604
Yxy66.47670.25600.2952
Hunter Lab81.5332-16.5047-16.4166
CIE-Lab85.2390-13.1696-20.5409

#9edefb color RGB value is (158,222,251).

#9edefb hex color red value is 158, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9edefb hue: 0.55 , saturation: 0.92 and the lightness value of 9edefb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11111011
Octal 236 336 373
Decimal 158 222 251
Hex 9E DE FB

RGB Percentages of Color #9edefb

%25.04
%35.18
%39.78

CMYK Percentages of Color #9edefb

%37
%12
%0
%2

Triadic Colors of #9edefb

#9edefb #fb9ede #defb9e

Analogous Colors of #9edefb

#9edefb #9eb0fb #9efbea

Monochromatic Colors of #9edefb

#9edefb

Complementary Color

#9edefb #fbbb9e

#9edefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edefb Color CSS Codes

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

#9edefb Text Font Color

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

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


#9edefb Background Color

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

This div background color is #9edefb


#9edefb Border Color

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

This div border color is #9edefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edefb


Comments

No comments written yet.

Please login to write comment.