Color Hex Logo

#9efdcc Color Hex

#9EFDCC
(158,253,204)
0 Favorites   0 Comments

Color spaces of #9efdcc

RGB 158253204
HSL0.410.960.81
HSV149°38°99°
CMYK 0.380.000.19   0.01
XYZ60.124981.879369.7621
Yxy81.87930.28390.3866
Hunter Lab90.4872-39.746917.6307
CIE-Lab92.5216-38.549914.6879

#9efdcc color RGB value is (158,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11001100
Octal 236 375 314
Decimal 158 253 204
Hex 9E FD CC

RGB Percentages of Color #9efdcc

%25.69
%41.14
%33.17

CMYK Percentages of Color #9efdcc

%38
%0
%19
%1

Triadic Colors of #9efdcc

#9efdcc #cc9efd #fdcc9e

Analogous Colors of #9efdcc

#9efdcc #9efdfc #a0fd9e

Monochromatic Colors of #9efdcc

#9efdcc

Complementary Color

#9efdcc #fd9ecf

#9efdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdcc Color CSS Codes

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

#9efdcc Text Font Color

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

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


#9efdcc Background Color

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

This div background color is #9efdcc


#9efdcc Border Color

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

This div border color is #9efdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,253,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 #9efdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdcc


Comments

No comments written yet.

Please login to write comment.