Color Hex Logo

#9eedfc Color Hex

#9EEDFC
(158,237,252)
0 Favorites   0 Comments

Color spaces of #9eedfc

RGB 158237252
HSL0.530.940.80
HSV190°37°99°
CMYK 0.370.060.00   0.01
XYZ61.955474.8657103.2806
Yxy74.86570.25800.3118
Hunter Lab86.5250-23.6054-10.2041
CIE-Lab89.3300-20.4811-14.9057

#9eedfc color RGB value is (158,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11111100
Octal 236 355 374
Decimal 158 237 252
Hex 9E ED FC

RGB Percentages of Color #9eedfc

%24.42
%36.63
%38.95

CMYK Percentages of Color #9eedfc

%37
%6
%0
%1

Triadic Colors of #9eedfc

#9eedfc #fc9eed #edfc9e

Analogous Colors of #9eedfc

#9eedfc #9ebefc #9efcdc

Monochromatic Colors of #9eedfc

#9eedfc

Complementary Color

#9eedfc #fcad9e

#9eedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedfc Color CSS Codes

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

#9eedfc Text Font Color

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

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


#9eedfc Background Color

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

This div background color is #9eedfc


#9eedfc Border Color

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

This div border color is #9eedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.