Color Hex Logo

#c9fa5c Color Hex

#C9FA5C
(201,250,92)
0 Favorites   0 Comments

Color spaces of #c9fa5c

RGB 20125092
HSL0.220.940.67
HSV79°63°98°
CMYK 0.200.000.63   0.02
XYZ60.204881.561422.6950
Yxy81.56140.36610.4959
Hunter Lab90.3114-39.050348.3185
CIE-Lab92.3809-37.753768.2813

#c9fa5c color RGB value is (201,250,92).

#c9fa5c hex color red value is 201, green value is 250 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c9fa5c hue: 0.22 , saturation: 0.94 and the lightness value of c9fa5c is 0.67.

The process color (four color CMYK) of #c9fa5c color hex is 0.20, 0.00, 0.63, 0.02. Web safe color of #c9fa5c is #ccff66. Color #c9fa5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111010 01011100
Octal 311 372 134
Decimal 201 250 92
Hex C9 FA 5C

RGB Percentages of Color #c9fa5c

%37.02
%46.04
%16.94

CMYK Percentages of Color #c9fa5c

%20
%0
%63
%2

Triadic Colors of #c9fa5c

#c9fa5c #5cc9fa #fa5cc9

Analogous Colors of #c9fa5c

#c9fa5c #7afa5c #fadc5c

Monochromatic Colors of #c9fa5c

#c9fa5c

Complementary Color

#c9fa5c #8d5cfa

#c9fa5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fa5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fa5c Color CSS Codes

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

#c9fa5c Text Font Color

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

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


#c9fa5c Background Color

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

This div background color is #c9fa5c


#c9fa5c Border Color

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

This div border color is #c9fa5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,250,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9fa5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9fa5c;
  -webkit-box-shadow: 1px 1px 3px 2px #c9fa5c;
  box-shadow:         1px 1px 3px 2px #c9fa5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,250,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fa5c

Related Colors


Comments

No comments written yet.

Please login to write comment.