Color Hex Logo

#9eccdc Color Hex

#9ECCDC
(158,204,220)
0 Favorites   0 Comments

Color spaces of #9eccdc

RGB 158204220
HSL0.540.470.74
HSV195°28°86°
CMYK 0.280.070.00   0.14
XYZ48.611755.622175.8842
Yxy55.62210.26990.3088
Hunter Lab74.5802-14.1684-8.1205
CIE-Lab79.3983-11.3429-12.8413

#9eccdc color RGB value is (158,204,220).

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

The process color (four color CMYK) of #9eccdc color hex is 0.28, 0.07, 0.00, 0.14. Web safe color of #9eccdc is #99cccc. Color #9eccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 11011100
Octal 236 314 334
Decimal 158 204 220
Hex 9E CC DC

RGB Percentages of Color #9eccdc

%27.15
%35.05
%37.80

CMYK Percentages of Color #9eccdc

%28
%7
%0
%14

Triadic Colors of #9eccdc

#9eccdc #dc9ecc #ccdc9e

Analogous Colors of #9eccdc

#9eccdc #9eaddc #9edccd

Monochromatic Colors of #9eccdc

#9eccdc

Complementary Color

#9eccdc #dcae9e

#9eccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccdc Color CSS Codes

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

#9eccdc Text Font Color

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

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


#9eccdc Background Color

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

This div background color is #9eccdc


#9eccdc Border Color

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

This div border color is #9eccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccdc


Comments

No comments written yet.

Please login to write comment.