Color Hex Logo

#9edcfc Color Hex

#9EDCFC
(158,220,252)
0 Favorites   0 Comments

Color spaces of #9edcfc

RGB 158220252
HSL0.560.940.80
HSV200°37°99°
CMYK 0.370.130.00   0.01
XYZ57.264465.4838101.7169
Yxy65.48380.25510.2917
Hunter Lab80.9221-15.2983-17.8805
CIE-Lab84.7324-11.8937-21.8358

#9edcfc color RGB value is (158,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11111100
Octal 236 334 374
Decimal 158 220 252
Hex 9E DC FC

RGB Percentages of Color #9edcfc

%25.08
%34.92
%40.00

CMYK Percentages of Color #9edcfc

%37
%13
%0
%1

Triadic Colors of #9edcfc

#9edcfc #fc9edc #dcfc9e

Analogous Colors of #9edcfc

#9edcfc #9eadfc #9efced

Monochromatic Colors of #9edcfc

#9edcfc

Complementary Color

#9edcfc #fcbe9e

#9edcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcfc Color CSS Codes

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

#9edcfc Text Font Color

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

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


#9edcfc Background Color

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

This div background color is #9edcfc


#9edcfc Border Color

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

This div border color is #9edcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcfc

Related Colors

#9edcfc Color Palettes


Comments

No comments written yet.

Please login to write comment.