Color Hex Logo

#c2faad Color Hex

#C2FAAD
(194,250,173)
0 Favorites   0 Comments

Color spaces of #c2faad

RGB 194250173
HSL0.290.890.83
HSV104°31°98°
CMYK 0.220.000.31   0.02
XYZ63.976682.857752.1564
Yxy82.85770.32150.4164
Hunter Lab91.0262-33.839429.7462
CIE-Lab92.9521-31.429331.3611

#c2faad color RGB value is (194,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 10101101
Octal 302 372 255
Decimal 194 250 173
Hex C2 FA AD

RGB Percentages of Color #c2faad

%31.44
%40.52
%28.04

CMYK Percentages of Color #c2faad

%22
%0
%31
%2

Triadic Colors of #c2faad

#c2faad #adc2fa #faadc2

Analogous Colors of #c2faad

#c2faad #adfabf #e9faad

Monochromatic Colors of #c2faad

#c2faad

Complementary Color

#c2faad #e5adfa

#c2faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2faad Color CSS Codes

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

#c2faad Text Font Color

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

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


#c2faad Background Color

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

This div background color is #c2faad


#c2faad Border Color

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

This div border color is #c2faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2faad


Comments

No comments written yet.

Please login to write comment.