Color Hex Logo

#cac462 Color Hex

#CAC462
(202,196,98)
0 Favorites   0 Comments

Color spaces of #cac462

RGB 20219698
HSL0.160.500.59
HSV57°51°79°
CMYK 0.000.030.51   0.21
XYZ46.301752.918319.3292
Yxy52.91830.39060.4464
Hunter Lab72.7450-13.689635.1674
CIE-Lab77.8267-11.005849.3664

#cac462 color RGB value is (202,196,98).

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

The process color (four color CMYK) of #cac462 color hex is 0.00, 0.03, 0.51, 0.21. Web safe color of #cac462 is #cccc66. Color #cac462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000100 01100010
Octal 312 304 142
Decimal 202 196 98
Hex CA C4 62

RGB Percentages of Color #cac462

%40.73
%39.52
%19.76

CMYK Percentages of Color #cac462

%0
%3
%51
%21

Triadic Colors of #cac462

#cac462 #62cac4 #c462ca

Analogous Colors of #cac462

#cac462 #9cca62 #ca9062

Monochromatic Colors of #cac462

#cac462

Complementary Color

#cac462 #6268ca

#cac462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac462 Color CSS Codes

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

#cac462 Text Font Color

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

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


#cac462 Background Color

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

This div background color is #cac462


#cac462 Border Color

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

This div border color is #cac462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac462


Comments

No comments written yet.

Please login to write comment.