Color Hex Logo

#cadd40 Color Hex

#CADD40
(202,221,64)
0 Favorites   0 Comments

Color spaces of #cadd40

RGB 20222164
HSL0.190.700.56
HSV67°71°87°
CMYK 0.090.000.71   0.13
XYZ51.139064.639614.6319
Yxy64.63960.39210.4957
Hunter Lab80.3988-27.159945.4888
CIE-Lab84.2977-25.648470.4853

#cadd40 color RGB value is (202,221,64).

#cadd40 hex color red value is 202, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cadd40 hue: 0.19 , saturation: 0.70 and the lightness value of cadd40 is 0.56.

The process color (four color CMYK) of #cadd40 color hex is 0.09, 0.00, 0.71, 0.13. Web safe color of #cadd40 is #cccc33. Color #cadd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01000000
Octal 312 335 100
Decimal 202 221 64
Hex CA DD 40

RGB Percentages of Color #cadd40

%41.48
%45.38
%13.14

CMYK Percentages of Color #cadd40

%9
%0
%71
%13

Triadic Colors of #cadd40

#cadd40 #40cadd #dd40ca

Analogous Colors of #cadd40

#cadd40 #7cdd40 #dda240

Monochromatic Colors of #cadd40

#cadd40

Complementary Color

#cadd40 #5340dd

#cadd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd40 Color CSS Codes

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

#cadd40 Text Font Color

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

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


#cadd40 Background Color

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

This div background color is #cadd40


#cadd40 Border Color

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

This div border color is #cadd40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,221,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cadd40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cadd40;
  -webkit-box-shadow: 1px 1px 3px 2px #cadd40;
  box-shadow:         1px 1px 3px 2px #cadd40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,221,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd40


Comments

No comments written yet.

Please login to write comment.