Color Hex Logo

#cadd60 Color Hex

#CADD60
(202,221,96)
0 Favorites   0 Comments

Color spaces of #cadd60

RGB 20222196
HSL0.190.650.62
HSV69°57°87°
CMYK 0.090.000.57   0.13
XYZ52.324965.114020.8768
Yxy65.11400.37830.4708
Hunter Lab80.6932-25.466341.1459
CIE-Lab84.5424-23.583958.0220

#cadd60 color RGB value is (202,221,96).

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

The process color (four color CMYK) of #cadd60 color hex is 0.09, 0.00, 0.57, 0.13. Web safe color of #cadd60 is #cccc66. Color #cadd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01100000
Octal 312 335 140
Decimal 202 221 96
Hex CA DD 60

RGB Percentages of Color #cadd60

%38.92
%42.58
%18.50

CMYK Percentages of Color #cadd60

%9
%0
%57
%13

Triadic Colors of #cadd60

#cadd60 #60cadd #dd60ca

Analogous Colors of #cadd60

#cadd60 #8cdd60 #ddb260

Monochromatic Colors of #cadd60

#cadd60

Complementary Color

#cadd60 #7360dd

#cadd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd60 Color CSS Codes

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

#cadd60 Text Font Color

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

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


#cadd60 Background Color

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

This div background color is #cadd60


#cadd60 Border Color

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

This div border color is #cadd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd60


Comments

No comments written yet.

Please login to write comment.