Color Hex Logo

#c9feac Color Hex

#C9FEAC
(201,254,172)
0 Favorites   0 Comments

Color spaces of #c9feac

RGB 201254172
HSL0.270.980.84
HSV99°32°100°
CMYK 0.210.000.32   0.00
XYZ66.975686.279752.1534
Yxy86.27970.32610.4200
Hunter Lab92.8869-33.845531.7311
CIE-Lab94.4318-31.064733.9153

#c9feac color RGB value is (201,254,172).

#c9feac hex color red value is 201, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c9feac hue: 0.27 , saturation: 0.98 and the lightness value of c9feac is 0.84.

The process color (four color CMYK) of #c9feac color hex is 0.21, 0.00, 0.32, 0.00. Web safe color of #c9feac is #ccff99. Color #c9feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 10101100
Octal 311 376 254
Decimal 201 254 172
Hex C9 FE AC

RGB Percentages of Color #c9feac

%32.06
%40.51
%27.43

CMYK Percentages of Color #c9feac

%21
%0
%32
%0

Triadic Colors of #c9feac

#c9feac #acc9fe #feacc9

Analogous Colors of #c9feac

#c9feac #acfeb8 #f2feac

Monochromatic Colors of #c9feac

#c9feac

Complementary Color

#c9feac #e1acfe

#c9feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9feac Color CSS Codes

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

#c9feac Text Font Color

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

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


#c9feac Background Color

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

This div background color is #c9feac


#c9feac Border Color

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

This div border color is #c9feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9feac


Comments

No comments written yet.

Please login to write comment.