Color Hex Logo

#c2dc9d Color Hex

#C2DC9D
(194,220,157)
0 Favorites   0 Comments

Color spaces of #c2dc9d

RGB 194220157
HSL0.240.470.74
HSV85°29°86°
CMYK 0.120.000.29   0.14
XYZ53.927165.090141.6197
Yxy65.09010.33570.4052
Hunter Lab80.6784-21.874225.8889
CIE-Lab84.5301-19.390228.1803

#c2dc9d color RGB value is (194,220,157).

#c2dc9d hex color red value is 194, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c2dc9d hue: 0.24 , saturation: 0.47 and the lightness value of c2dc9d is 0.74.

The process color (four color CMYK) of #c2dc9d color hex is 0.12, 0.00, 0.29, 0.14. Web safe color of #c2dc9d is #cccc99. Color #c2dc9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 10011101
Octal 302 334 235
Decimal 194 220 157
Hex C2 DC 9D

RGB Percentages of Color #c2dc9d

%33.98
%38.53
%27.50

CMYK Percentages of Color #c2dc9d

%12
%0
%29
%14

Triadic Colors of #c2dc9d

#c2dc9d #9dc2dc #dc9dc2

Analogous Colors of #c2dc9d

#c2dc9d #a3dc9d #dcd79d

Monochromatic Colors of #c2dc9d

#c2dc9d

Complementary Color

#c2dc9d #b79ddc

#c2dc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dc9d Color CSS Codes

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

#c2dc9d Text Font Color

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

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


#c2dc9d Background Color

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

This div background color is #c2dc9d


#c2dc9d Border Color

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

This div border color is #c2dc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dc9d

#c2dc9d Color Palettes


Comments

No comments written yet.

Please login to write comment.