Color Hex Logo

#9edcc1 Color Hex

#9EDCC1
(158,220,193)
0 Favorites   0 Comments

Color spaces of #9edcc1

RGB 158220193
HSL0.430.470.74
HSV154°28°86°
CMYK 0.280.000.12   0.14
XYZ49.319462.305859.8789
Yxy62.30580.28760.3633
Hunter Lab78.9340-26.604510.2768
CIE-Lab83.0758-25.26326.9622

#9edcc1 color RGB value is (158,220,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11000001
Octal 236 334 301
Decimal 158 220 193
Hex 9E DC C1

RGB Percentages of Color #9edcc1

%27.67
%38.53
%33.80

CMYK Percentages of Color #9edcc1

%28
%0
%12
%14

Triadic Colors of #9edcc1

#9edcc1 #c19edc #dcc19e

Analogous Colors of #9edcc1

#9edcc1 #9ed8dc #9edca2

Monochromatic Colors of #9edcc1

#9edcc1

Complementary Color

#9edcc1 #dc9eb9

#9edcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcc1 Color CSS Codes

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

#9edcc1 Text Font Color

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

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


#9edcc1 Background Color

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

This div background color is #9edcc1


#9edcc1 Border Color

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

This div border color is #9edcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcc1


Comments

No comments written yet.

Please login to write comment.