Color Hex Logo

#c9feca Color Hex

#C9FECA
(201,254,202)
0 Favorites   0 Comments

Color spaces of #c9feca

RGB 201254202
HSL0.340.960.89
HSV121°21°100°
CMYK 0.210.000.20   0.00
XYZ70.189987.565469.0795
Yxy87.56540.30940.3860
Hunter Lab93.5764-29.869221.7347
CIE-Lab94.9776-26.410619.4867

#c9feca color RGB value is (201,254,202).

#c9feca hex color red value is 201, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c9feca hue: 0.34 , saturation: 0.96 and the lightness value of c9feca is 0.89.

The process color (four color CMYK) of #c9feca color hex is 0.21, 0.00, 0.20, 0.00. Web safe color of #c9feca is #ccffcc. Color #c9feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 11001010
Octal 311 376 312
Decimal 201 254 202
Hex C9 FE CA

RGB Percentages of Color #c9feca

%30.59
%38.66
%30.75

CMYK Percentages of Color #c9feca

%21
%0
%20
%0

Triadic Colors of #c9feca

#c9feca #cac9fe #fecac9

Analogous Colors of #c9feca

#c9feca #c9fee5 #e3fec9

Monochromatic Colors of #c9feca

#c9feca

Complementary Color

#c9feca #fec9fd

#c9feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9feca Color CSS Codes

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

#c9feca Text Font Color

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

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


#c9feca Background Color

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

This div background color is #c9feca


#c9feca Border Color

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

This div border color is #c9feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9feca

Related Colors

#c9feca Color Palettes


Comments

No comments written yet.

Please login to write comment.