Color Hex Logo

#9efdcd Color Hex

#9EFDCD
(158,253,205)
0 Favorites   0 Comments

Color spaces of #9efdcd

RGB 158253205
HSL0.420.960.81
HSV150°38°99°
CMYK 0.380.000.19   0.01
XYZ60.245381.927470.3959
Yxy81.92740.28340.3854
Hunter Lab90.5138-39.590817.2476
CIE-Lab92.5428-38.355214.2040

#9efdcd color RGB value is (158,253,205).

#9efdcd hex color red value is 158, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9efdcd hue: 0.42 , saturation: 0.96 and the lightness value of 9efdcd is 0.81.

The process color (four color CMYK) of #9efdcd color hex is 0.38, 0.00, 0.19, 0.01. Web safe color of #9efdcd is #99ffcc. Color #9efdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11001101
Octal 236 375 315
Decimal 158 253 205
Hex 9E FD CD

RGB Percentages of Color #9efdcd

%25.65
%41.07
%33.28

CMYK Percentages of Color #9efdcd

%38
%0
%19
%1

Triadic Colors of #9efdcd

#9efdcd #cd9efd #fdcd9e

Analogous Colors of #9efdcd

#9efdcd #9efdfd #9ffd9e

Monochromatic Colors of #9efdcd

#9efdcd

Complementary Color

#9efdcd #fd9ece

#9efdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdcd Color CSS Codes

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

#9efdcd Text Font Color

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

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


#9efdcd Background Color

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

This div background color is #9efdcd


#9efdcd Border Color

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

This div border color is #9efdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.