Color Hex Logo

#c2dc30 Color Hex

#C2DC30
(194,220,48)
0 Favorites   0 Comments

Color spaces of #c2dc30

RGB 19422048
HSL0.190.710.53
HSV69°78°86°
CMYK 0.120.000.78   0.14
XYZ48.374862.869112.3816
Yxy62.86910.39130.5085
Hunter Lab79.2900-29.854846.2445
CIE-Lab83.3735-29.128074.4384

#c2dc30 color RGB value is (194,220,48).

#c2dc30 hex color red value is 194, green value is 220 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c2dc30 hue: 0.19 , saturation: 0.71 and the lightness value of c2dc30 is 0.53.

The process color (four color CMYK) of #c2dc30 color hex is 0.12, 0.00, 0.78, 0.14. Web safe color of #c2dc30 is #cccc33. Color #c2dc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 00110000
Octal 302 334 60
Decimal 194 220 48
Hex C2 DC 30

RGB Percentages of Color #c2dc30

%41.99
%47.62
%10.39

CMYK Percentages of Color #c2dc30

%12
%0
%78
%14

Triadic Colors of #c2dc30

#c2dc30 #30c2dc #dc30c2

Analogous Colors of #c2dc30

#c2dc30 #6cdc30 #dca030

Monochromatic Colors of #c2dc30

#c2dc30

Complementary Color

#c2dc30 #4a30dc

#c2dc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dc30 Color CSS Codes

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

#c2dc30 Text Font Color

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

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


#c2dc30 Background Color

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

This div background color is #c2dc30


#c2dc30 Border Color

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

This div border color is #c2dc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dc30


Comments

No comments written yet.

Please login to write comment.