Color Hex Logo

#9ec0dd Color Hex

#9EC0DD
(158,192,221)
0 Favorites   0 Comments

Color spaces of #9ec0dd

RGB 158192221
HSL0.580.480.74
HSV208°29°87°
CMYK 0.290.130.00   0.13
XYZ46.001350.188875.6695
Yxy50.18880.26770.2920
Hunter Lab70.8441-8.0714-13.7376
CIE-Lab76.1850-4.7820-18.2141

#9ec0dd color RGB value is (158,192,221).

#9ec0dd hex color red value is 158, green value is 192 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9ec0dd hue: 0.58 , saturation: 0.48 and the lightness value of 9ec0dd is 0.74.

The process color (four color CMYK) of #9ec0dd color hex is 0.29, 0.13, 0.00, 0.13. Web safe color of #9ec0dd is #99cccc. Color #9ec0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11000000 11011101
Octal 236 300 335
Decimal 158 192 221
Hex 9E C0 DD

RGB Percentages of Color #9ec0dd

%27.67
%33.63
%38.70

CMYK Percentages of Color #9ec0dd

%29
%13
%0
%13

Triadic Colors of #9ec0dd

#9ec0dd #dd9ec0 #c0dd9e

Analogous Colors of #9ec0dd

#9ec0dd #9ea1dd #9edddb

Monochromatic Colors of #9ec0dd

#9ec0dd

Complementary Color

#9ec0dd #ddbb9e

#9ec0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ec0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ec0dd Color CSS Codes

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

#9ec0dd Text Font Color

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

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


#9ec0dd Background Color

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

This div background color is #9ec0dd


#9ec0dd Border Color

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

This div border color is #9ec0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ec0dd


Comments

No comments written yet.

Please login to write comment.