Color Hex Logo

#9edfd0 Color Hex

#9EDFD0
(158,223,208)
0 Favorites   0 Comments

Color spaces of #9edfd0

RGB 158223208
HSL0.460.500.75
HSV166°29°87°
CMYK 0.290.000.07   0.13
XYZ51.873464.598569.4093
Yxy64.59850.27910.3475
Hunter Lab80.3732-25.44805.0591
CIE-Lab84.2764-23.61930.7633

#9edfd0 color RGB value is (158,223,208).

#9edfd0 hex color red value is 158, green value is 223 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #9edfd0 hue: 0.46 , saturation: 0.50 and the lightness value of 9edfd0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 11010000
Octal 236 337 320
Decimal 158 223 208
Hex 9E DF D0

RGB Percentages of Color #9edfd0

%26.83
%37.86
%35.31

CMYK Percentages of Color #9edfd0

%29
%0
%7
%13

Triadic Colors of #9edfd0

#9edfd0 #d09edf #dfd09e

Analogous Colors of #9edfd0

#9edfd0 #9ecedf #9edfb0

Monochromatic Colors of #9edfd0

#9edfd0

Complementary Color

#9edfd0 #df9ead

#9edfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfd0 Color CSS Codes

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

#9edfd0 Text Font Color

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

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


#9edfd0 Background Color

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

This div background color is #9edfd0


#9edfd0 Border Color

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

This div border color is #9edfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfd0

#9edfd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.