Color Hex Logo

#9cf9af Color Hex

#9CF9AF
(156,249,175)
0 Favorites   0 Comments

Color spaces of #9cf9af

RGB 156249175
HSL0.370.890.79
HSV132°37°98°
CMYK 0.370.000.30   0.02
XYZ55.323877.914452.6806
Yxy77.91440.29760.4191
Hunter Lab88.2691-42.593826.4031
CIE-Lab90.7408-42.617327.0261

#9cf9af color RGB value is (156,249,175).

#9cf9af hex color red value is 156, green value is 249 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9cf9af hue: 0.37 , saturation: 0.89 and the lightness value of 9cf9af is 0.79.

The process color (four color CMYK) of #9cf9af color hex is 0.37, 0.00, 0.30, 0.02. Web safe color of #9cf9af is #99ff99. Color #9cf9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111001 10101111
Octal 234 371 257
Decimal 156 249 175
Hex 9C F9 AF

RGB Percentages of Color #9cf9af

%26.90
%42.93
%30.17

CMYK Percentages of Color #9cf9af

%37
%0
%30
%2

Triadic Colors of #9cf9af

#9cf9af #af9cf9 #f9af9c

Analogous Colors of #9cf9af

#9cf9af #9cf9de #b8f99c

Monochromatic Colors of #9cf9af

#9cf9af

Complementary Color

#9cf9af #f99ce6

#9cf9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cf9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cf9af Color CSS Codes

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

#9cf9af Text Font Color

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

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


#9cf9af Background Color

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

This div background color is #9cf9af


#9cf9af Border Color

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

This div border color is #9cf9af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,249,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cf9af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cf9af;
  -webkit-box-shadow: 1px 1px 3px 2px #9cf9af;
  box-shadow:         1px 1px 3px 2px #9cf9af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,249,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cf9af


Comments

No comments written yet.

Please login to write comment.