Color Hex Logo

#c4dc70 Color Hex

#C4DC70
(196,220,112)
0 Favorites   0 Comments

Color spaces of #c4dc70

RGB 196220112
HSL0.200.610.65
HSV73°49°86°
CMYK 0.110.000.49   0.14
XYZ51.282864.092024.9973
Yxy64.09200.36530.4566
Hunter Lab80.0575-25.758037.5274
CIE-Lab84.0136-24.043349.9735

#c4dc70 color RGB value is (196,220,112).

#c4dc70 hex color red value is 196, green value is 220 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c4dc70 hue: 0.20 , saturation: 0.61 and the lightness value of c4dc70 is 0.65.

The process color (four color CMYK) of #c4dc70 color hex is 0.11, 0.00, 0.49, 0.14. Web safe color of #c4dc70 is #cccc66. Color #c4dc70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011100 01110000
Octal 304 334 160
Decimal 196 220 112
Hex C4 DC 70

RGB Percentages of Color #c4dc70

%37.12
%41.67
%21.21

CMYK Percentages of Color #c4dc70

%11
%0
%49
%14

Triadic Colors of #c4dc70

#c4dc70 #70c4dc #dc70c4

Analogous Colors of #c4dc70

#c4dc70 #8edc70 #dcbe70

Monochromatic Colors of #c4dc70

#c4dc70

Complementary Color

#c4dc70 #8870dc

#c4dc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dc70 Color CSS Codes

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

#c4dc70 Text Font Color

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

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


#c4dc70 Background Color

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

This div background color is #c4dc70


#c4dc70 Border Color

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

This div border color is #c4dc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dc70


Comments

No comments written yet.

Please login to write comment.