Color Hex Logo

#c3dc30 Color Hex

#C3DC30
(195,220,48)
0 Favorites   0 Comments

Color spaces of #c3dc30

RGB 19522048
HSL0.190.710.53
HSV69°78°86°
CMYK 0.110.000.78   0.14
XYZ48.632463.001912.3937
Yxy63.00190.39210.5080
Hunter Lab79.3737-29.536846.3039
CIE-Lab83.4434-28.722074.5274

#c3dc30 color RGB value is (195,220,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011100 00110000
Octal 303 334 60
Decimal 195 220 48
Hex C3 DC 30

RGB Percentages of Color #c3dc30

%42.12
%47.52
%10.37

CMYK Percentages of Color #c3dc30

%11
%0
%78
%14

Triadic Colors of #c3dc30

#c3dc30 #30c3dc #dc30c3

Analogous Colors of #c3dc30

#c3dc30 #6ddc30 #dc9f30

Monochromatic Colors of #c3dc30

#c3dc30

Complementary Color

#c3dc30 #4930dc

#c3dc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dc30 Color CSS Codes

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

#c3dc30 Text Font Color

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

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


#c3dc30 Background Color

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

This div background color is #c3dc30


#c3dc30 Border Color

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

This div border color is #c3dc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dc30


Comments

No comments written yet.

Please login to write comment.