Color Hex Logo

#cadd42 Color Hex

#CADD42
(202,221,66)
0 Favorites   0 Comments

Color spaces of #cadd42

RGB 20222166
HSL0.190.700.56
HSV67°70°87°
CMYK 0.090.000.70   0.13
XYZ51.196964.662814.9371
Yxy64.66280.39140.4944
Hunter Lab80.4132-27.076945.2759
CIE-Lab84.3097-25.546769.7986

#cadd42 color RGB value is (202,221,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01000010
Octal 312 335 102
Decimal 202 221 66
Hex CA DD 42

RGB Percentages of Color #cadd42

%41.31
%45.19
%13.50

CMYK Percentages of Color #cadd42

%9
%0
%70
%13

Triadic Colors of #cadd42

#cadd42 #42cadd #dd42ca

Analogous Colors of #cadd42

#cadd42 #7ddd42 #dda342

Monochromatic Colors of #cadd42

#cadd42

Complementary Color

#cadd42 #5542dd

#cadd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd42 Color CSS Codes

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

#cadd42 Text Font Color

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

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


#cadd42 Background Color

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

This div background color is #cadd42


#cadd42 Border Color

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

This div border color is #cadd42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd42


Comments

No comments written yet.

Please login to write comment.