Color Hex Logo

#9efccf Color Hex

#9EFCCF
(158,252,207)
0 Favorites   0 Comments

Color spaces of #9efccf

RGB 158252207
HSL0.420.940.80
HSV151°37°99°
CMYK 0.370.000.18   0.01
XYZ60.173481.394971.5708
Yxy81.39490.28230.3819
Hunter Lab90.2191-38.829416.1186
CIE-Lab92.3071-37.510312.8408

#9efccf color RGB value is (158,252,207).

#9efccf hex color red value is 158, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9efccf hue: 0.42 , saturation: 0.94 and the lightness value of 9efccf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111100 11001111
Octal 236 374 317
Decimal 158 252 207
Hex 9E FC CF

RGB Percentages of Color #9efccf

%25.61
%40.84
%33.55

CMYK Percentages of Color #9efccf

%37
%0
%18
%1

Triadic Colors of #9efccf

#9efccf #cf9efc #fccf9e

Analogous Colors of #9efccf

#9efccf #9efafc #9efca0

Monochromatic Colors of #9efccf

#9efccf

Complementary Color

#9efccf #fc9ecb

#9efccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efccf Color CSS Codes

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

#9efccf Text Font Color

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

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


#9efccf Background Color

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

This div background color is #9efccf


#9efccf Border Color

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

This div border color is #9efccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efccf

Related Colors


Comments

No comments written yet.

Please login to write comment.