Color Hex Logo

#c2d47c Color Hex

#C2D47C
(194,212,124)
0 Favorites   0 Comments

Color spaces of #c2d47c

RGB 194212124
HSL0.200.510.66
HSV72°42°83°
CMYK 0.080.000.42   0.17
XYZ49.429760.011528.0469
Yxy60.01150.35950.4365
Hunter Lab77.4671-21.671332.7611
CIE-Lab81.8444-19.656441.4433

#c2d47c color RGB value is (194,212,124).

#c2d47c hex color red value is 194, green value is 212 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c2d47c hue: 0.20 , saturation: 0.51 and the lightness value of c2d47c is 0.66.

The process color (four color CMYK) of #c2d47c color hex is 0.08, 0.00, 0.42, 0.17. Web safe color of #c2d47c is #cccc66. Color #c2d47c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010100 01111100
Octal 302 324 174
Decimal 194 212 124
Hex C2 D4 7C

RGB Percentages of Color #c2d47c

%36.60
%40.00
%23.40

CMYK Percentages of Color #c2d47c

%8
%0
%42
%17

Triadic Colors of #c2d47c

#c2d47c #7cc2d4 #d47cc2

Analogous Colors of #c2d47c

#c2d47c #96d47c #d4ba7c

Monochromatic Colors of #c2d47c

#c2d47c

Complementary Color

#c2d47c #8e7cd4

#c2d47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d47c Color CSS Codes

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

#c2d47c Text Font Color

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

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


#c2d47c Background Color

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

This div background color is #c2d47c


#c2d47c Border Color

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

This div border color is #c2d47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d47c


Comments

No comments written yet.

Please login to write comment.