Color Hex Logo

#9edcee Color Hex

#9EDCEE
(158,220,238)
0 Favorites   0 Comments

Color spaces of #9edcee

RGB 158220238
HSL0.540.700.78
HSV194°34°93°
CMYK 0.340.080.00   0.07
XYZ55.126464.628590.4580
Yxy64.62850.26220.3074
Hunter Lab80.3919-18.2845-10.4396
CIE-Lab84.2919-15.3174-15.0978

#9edcee color RGB value is (158,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11101110
Octal 236 334 356
Decimal 158 220 238
Hex 9E DC EE

RGB Percentages of Color #9edcee

%25.65
%35.71
%38.64

CMYK Percentages of Color #9edcee

%34
%8
%0
%7

Triadic Colors of #9edcee

#9edcee #ee9edc #dcee9e

Analogous Colors of #9edcee

#9edcee #9eb4ee #9eeed8

Monochromatic Colors of #9edcee

#9edcee

Complementary Color

#9edcee #eeb09e

#9edcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcee Color CSS Codes

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

#9edcee Text Font Color

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

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


#9edcee Background Color

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

This div background color is #9edcee


#9edcee Border Color

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

This div border color is #9edcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcee


Comments

No comments written yet.

Please login to write comment.