Color Hex Logo

#9edbcc Color Hex

#9EDBCC
(158,219,204)
0 Favorites   0 Comments

Color spaces of #9edbcc

RGB 158219204
HSL0.460.460.74
HSV165°28°86°
CMYK 0.280.000.07   0.14
XYZ50.331262.291866.4975
Yxy62.29180.28100.3478
Hunter Lab78.9252-24.28815.2935
CIE-Lab83.0684-22.50221.1219

#9edbcc color RGB value is (158,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11001100
Octal 236 333 314
Decimal 158 219 204
Hex 9E DB CC

RGB Percentages of Color #9edbcc

%27.19
%37.69
%35.11

CMYK Percentages of Color #9edbcc

%28
%0
%7
%14

Triadic Colors of #9edbcc

#9edbcc #cc9edb #dbcc9e

Analogous Colors of #9edbcc

#9edbcc #9eccdb #9edbae

Monochromatic Colors of #9edbcc

#9edbcc

Complementary Color

#9edbcc #db9ead

#9edbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbcc Color CSS Codes

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

#9edbcc Text Font Color

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

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


#9edbcc Background Color

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

This div background color is #9edbcc


#9edbcc Border Color

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

This div border color is #9edbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbcc


Comments

No comments written yet.

Please login to write comment.