Color Hex Logo

#c3feaa Color Hex

#C3FEAA
(195,254,170)
0 Favorites   0 Comments

Color spaces of #c3feaa

RGB 195254170
HSL0.280.980.83
HSV102°33°100°
CMYK 0.230.000.33   0.00
XYZ65.203285.388051.0752
Yxy85.38800.32330.4234
Hunter Lab92.4056-35.756831.9127
CIE-Lab94.0501-33.379234.3430

#c3feaa color RGB value is (195,254,170).

#c3feaa hex color red value is 195, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c3feaa hue: 0.28 , saturation: 0.98 and the lightness value of c3feaa is 0.83.

The process color (four color CMYK) of #c3feaa color hex is 0.23, 0.00, 0.33, 0.00. Web safe color of #c3feaa is #ccff99. Color #c3feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 10101010
Octal 303 376 252
Decimal 195 254 170
Hex C3 FE AA

RGB Percentages of Color #c3feaa

%31.50
%41.03
%27.46

CMYK Percentages of Color #c3feaa

%23
%0
%33
%0

Triadic Colors of #c3feaa

#c3feaa #aac3fe #feaac3

Analogous Colors of #c3feaa

#c3feaa #aafebb #edfeaa

Monochromatic Colors of #c3feaa

#c3feaa

Complementary Color

#c3feaa #e5aafe

#c3feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3feaa Color CSS Codes

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

#c3feaa Text Font Color

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

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


#c3feaa Background Color

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

This div background color is #c3feaa


#c3feaa Border Color

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

This div border color is #c3feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3feaa


Comments

No comments written yet.

Please login to write comment.