Color Hex Logo

#9edefc Color Hex

#9EDEFC
(158,222,252)
0 Favorites   0 Comments

Color spaces of #9edefc

RGB 158222252
HSL0.550.940.80
HSV199°37°99°
CMYK 0.370.120.00   0.01
XYZ57.792566.5399101.8930
Yxy66.53990.25550.2941
Hunter Lab81.5720-16.2865-16.9598
CIE-Lab85.2711-12.9213-21.0199

#9edefc color RGB value is (158,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11111100
Octal 236 336 374
Decimal 158 222 252
Hex 9E DE FC

RGB Percentages of Color #9edefc

%25.00
%35.13
%39.87

CMYK Percentages of Color #9edefc

%37
%12
%0
%1

Triadic Colors of #9edefc

#9edefc #fc9ede #defc9e

Analogous Colors of #9edefc

#9edefc #9eaffc #9efceb

Monochromatic Colors of #9edefc

#9edefc

Complementary Color

#9edefc #fcbc9e

#9edefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edefc Color CSS Codes

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

#9edefc Text Font Color

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

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


#9edefc Background Color

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

This div background color is #9edefc


#9edefc Border Color

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

This div border color is #9edefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,222,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edefc


Comments

No comments written yet.

Please login to write comment.