Color Hex Logo

#cadc60 Color Hex

#CADC60
(202,220,96)
0 Favorites   0 Comments

Color spaces of #cadc60

RGB 20222096
HSL0.190.640.62
HSV69°56°86°
CMYK 0.080.000.56   0.14
XYZ52.061664.587520.7890
Yxy64.58750.37880.4699
Hunter Lab80.3663-25.008240.9194
CIE-Lab84.2707-23.101257.7154

#cadc60 color RGB value is (202,220,96).

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

The process color (four color CMYK) of #cadc60 color hex is 0.08, 0.00, 0.56, 0.14. Web safe color of #cadc60 is #cccc66. Color #cadc60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011100 01100000
Octal 312 334 140
Decimal 202 220 96
Hex CA DC 60

RGB Percentages of Color #cadc60

%39.00
%42.47
%18.53

CMYK Percentages of Color #cadc60

%8
%0
%56
%14

Triadic Colors of #cadc60

#cadc60 #60cadc #dc60ca

Analogous Colors of #cadc60

#cadc60 #8cdc60 #dcb060

Monochromatic Colors of #cadc60

#cadc60

Complementary Color

#cadc60 #7260dc

#cadc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadc60 Color CSS Codes

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

#cadc60 Text Font Color

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

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


#cadc60 Background Color

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

This div background color is #cadc60


#cadc60 Border Color

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

This div border color is #cadc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadc60


Comments

No comments written yet.

Please login to write comment.