Color Hex Logo

#9edcef Color Hex

#9EDCEF
(158,220,239)
0 Favorites   0 Comments

Color spaces of #9edcef

RGB 158220239
HSL0.540.720.78
HSV194°34°94°
CMYK 0.340.080.00   0.06
XYZ55.273764.687591.2341
Yxy64.68750.26170.3063
Hunter Lab80.4285-18.0776-10.9556
CIE-Lab84.3224-15.0779-15.5813

#9edcef color RGB value is (158,220,239).

#9edcef hex color red value is 158, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9edcef hue: 0.54 , saturation: 0.72 and the lightness value of 9edcef is 0.78.

The process color (four color CMYK) of #9edcef color hex is 0.34, 0.08, 0.00, 0.06. Web safe color of #9edcef is #99ccff. Color #9edcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11101111
Octal 236 334 357
Decimal 158 220 239
Hex 9E DC EF

RGB Percentages of Color #9edcef

%25.61
%35.66
%38.74

CMYK Percentages of Color #9edcef

%34
%8
%0
%6

Triadic Colors of #9edcef

#9edcef #ef9edc #dcef9e

Analogous Colors of #9edcef

#9edcef #9eb4ef #9eefda

Monochromatic Colors of #9edcef

#9edcef

Complementary Color

#9edcef #efb19e

#9edcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcef Color CSS Codes

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

#9edcef Text Font Color

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

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


#9edcef Background Color

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

This div background color is #9edcef


#9edcef Border Color

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

This div border color is #9edcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcef


Comments

No comments written yet.

Please login to write comment.