Color Hex Logo

#cacd70 Color Hex

#CACD70
(202,205,112)
0 Favorites   0 Comments

Color spaces of #cacd70

RGB 202205112
HSL0.170.480.62
HSV62°45°80°
CMYK 0.010.000.45   0.20
XYZ49.113157.389123.8179
Yxy57.38910.37690.4404
Hunter Lab75.7556-16.849034.3879
CIE-Lab80.3979-14.281945.6967

#cacd70 color RGB value is (202,205,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 01110000
Octal 312 315 160
Decimal 202 205 112
Hex CA CD 70

RGB Percentages of Color #cacd70

%38.92
%39.50
%21.58

CMYK Percentages of Color #cacd70

%1
%0
%45
%20

Triadic Colors of #cacd70

#cacd70 #70cacd #cd70ca

Analogous Colors of #cacd70

#cacd70 #9ccd70 #cda270

Monochromatic Colors of #cacd70

#cacd70

Complementary Color

#cacd70 #7370cd

#cacd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd70 Color CSS Codes

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

#cacd70 Text Font Color

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

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


#cacd70 Background Color

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

This div background color is #cacd70


#cacd70 Border Color

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

This div border color is #cacd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd70


Comments

No comments written yet.

Please login to write comment.