Color Hex Logo

#c2fdad Color Hex

#C2FDAD
(194,253,173)
0 Favorites   0 Comments

Color spaces of #c2fdad

RGB 194253173
HSL0.290.950.84
HSV104°32°99°
CMYK 0.230.000.32   0.01
XYZ64.916284.737052.4696
Yxy84.73700.32120.4192
Hunter Lab92.0527-35.212830.6419
CIE-Lab93.7697-32.818532.4581

#c2fdad color RGB value is (194,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111101 10101101
Octal 302 375 255
Decimal 194 253 173
Hex C2 FD AD

RGB Percentages of Color #c2fdad

%31.29
%40.81
%27.90

CMYK Percentages of Color #c2fdad

%23
%0
%32
%1

Triadic Colors of #c2fdad

#c2fdad #adc2fd #fdadc2

Analogous Colors of #c2fdad

#c2fdad #adfdc0 #eafdad

Monochromatic Colors of #c2fdad

#c2fdad

Complementary Color

#c2fdad #e8adfd

#c2fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fdad Color CSS Codes

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

#c2fdad Text Font Color

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

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


#c2fdad Background Color

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

This div background color is #c2fdad


#c2fdad Border Color

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

This div border color is #c2fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.