Color Hex Logo

#cace4a Color Hex

#CACE4A
(202,206,74)
0 Favorites   0 Comments

Color spaces of #cace4a

RGB 20220674
HSL0.170.570.55
HSV62°64°81°
CMYK 0.020.000.64   0.19
XYZ47.664557.193615.0058
Yxy57.19360.39770.4772
Hunter Lab75.6265-19.844541.1742
CIE-Lab80.2884-17.793762.7074

#cace4a color RGB value is (202,206,74).

#cace4a hex color red value is 202, green value is 206 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cace4a hue: 0.17 , saturation: 0.57 and the lightness value of cace4a is 0.55.

The process color (four color CMYK) of #cace4a color hex is 0.02, 0.00, 0.64, 0.19. Web safe color of #cace4a is #cccc33. Color #cace4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001110 01001010
Octal 312 316 112
Decimal 202 206 74
Hex CA CE 4A

RGB Percentages of Color #cace4a

%41.91
%42.74
%15.35

CMYK Percentages of Color #cace4a

%2
%0
%64
%19

Triadic Colors of #cace4a

#cace4a #4acace #ce4aca

Analogous Colors of #cace4a

#cace4a #88ce4a #ce904a

Monochromatic Colors of #cace4a

#cace4a

Complementary Color

#cace4a #4e4ace

#cace4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cace4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cace4a Color CSS Codes

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

#cace4a Text Font Color

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

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


#cace4a Background Color

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

This div background color is #cace4a


#cace4a Border Color

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

This div border color is #cace4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cace4a


Comments

No comments written yet.

Please login to write comment.