Color Hex Logo

#cacd62 Color Hex

#CACD62
(202,205,98)
0 Favorites   0 Comments

Color spaces of #cacd62

RGB 20220598
HSL0.170.520.59
HSV62°52°80°
CMYK 0.010.000.52   0.20
XYZ48.393057.101020.0263
Yxy57.10100.38550.4549
Hunter Lab75.5652-17.925237.1826
CIE-Lab80.2364-15.556052.1856

#cacd62 color RGB value is (202,205,98).

#cacd62 hex color red value is 202, green value is 205 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cacd62 hue: 0.17 , saturation: 0.52 and the lightness value of cacd62 is 0.59.

The process color (four color CMYK) of #cacd62 color hex is 0.01, 0.00, 0.52, 0.20. Web safe color of #cacd62 is #cccc66. Color #cacd62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 01100010
Octal 312 315 142
Decimal 202 205 98
Hex CA CD 62

RGB Percentages of Color #cacd62

%40.00
%40.59
%19.41

CMYK Percentages of Color #cacd62

%1
%0
%52
%20

Triadic Colors of #cacd62

#cacd62 #62cacd #cd62ca

Analogous Colors of #cacd62

#cacd62 #95cd62 #cd9b62

Monochromatic Colors of #cacd62

#cacd62

Complementary Color

#cacd62 #6562cd

#cacd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd62 Color CSS Codes

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

#cacd62 Text Font Color

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

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


#cacd62 Background Color

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

This div background color is #cacd62


#cacd62 Border Color

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

This div border color is #cacd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd62


Comments

No comments written yet.

Please login to write comment.