Color Hex Logo

#c2faaf Color Hex

#C2FAAF
(194,250,175)
0 Favorites   0 Comments

Color spaces of #c2faaf

RGB 194250175
HSL0.290.880.83
HSV105°30°98°
CMYK 0.220.000.30   0.02
XYZ64.171682.935753.1834
Yxy82.93570.32040.4141
Hunter Lab91.0690-33.591229.1236
CIE-Lab92.9863-31.131930.3996

#c2faaf color RGB value is (194,250,175).

#c2faaf hex color red value is 194, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c2faaf hue: 0.29 , saturation: 0.88 and the lightness value of c2faaf is 0.83.

The process color (four color CMYK) of #c2faaf color hex is 0.22, 0.00, 0.30, 0.02. Web safe color of #c2faaf is #ccff99. Color #c2faaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 10101111
Octal 302 372 257
Decimal 194 250 175
Hex C2 FA AF

RGB Percentages of Color #c2faaf

%31.34
%40.39
%28.27

CMYK Percentages of Color #c2faaf

%22
%0
%30
%2

Triadic Colors of #c2faaf

#c2faaf #afc2fa #faafc2

Analogous Colors of #c2faaf

#c2faaf #affac2 #e8faaf

Monochromatic Colors of #c2faaf

#c2faaf

Complementary Color

#c2faaf #e7affa

#c2faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2faaf Color CSS Codes

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

#c2faaf Text Font Color

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

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


#c2faaf Background Color

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

This div background color is #c2faaf


#c2faaf Border Color

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

This div border color is #c2faaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,250,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 #c2faaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2faaf


Comments

No comments written yet.

Please login to write comment.