Color Hex Logo

#cacd7f Color Hex

#CACD7F
(202,205,127)
0 Favorites   0 Comments

Color spaces of #cacd7f

RGB 202205127
HSL0.170.440.65
HSV62°38°80°
CMYK 0.010.000.38   0.20
XYZ50.019257.751528.5895
Yxy57.75150.36680.4235
Hunter Lab75.9944-15.502330.8909
CIE-Lab80.6004-12.702238.4830

#cacd7f color RGB value is (202,205,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 01111111
Octal 312 315 177
Decimal 202 205 127
Hex CA CD 7F

RGB Percentages of Color #cacd7f

%37.83
%38.39
%23.78

CMYK Percentages of Color #cacd7f

%1
%0
%38
%20

Triadic Colors of #cacd7f

#cacd7f #7fcacd #cd7fca

Analogous Colors of #cacd7f

#cacd7f #a3cd7f #cda97f

Monochromatic Colors of #cacd7f

#cacd7f

Complementary Color

#cacd7f #827fcd

#cacd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd7f Color CSS Codes

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

#cacd7f Text Font Color

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

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


#cacd7f Background Color

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

This div background color is #cacd7f


#cacd7f Border Color

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

This div border color is #cacd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd7f


Comments

No comments written yet.

Please login to write comment.