Color Hex Logo

#cac746 Color Hex

#CAC746
(202,199,70)
0 Favorites   0 Comments

Color spaces of #cac746

RGB 20219970
HSL0.160.550.53
HSV59°65°79°
CMYK 0.000.010.65   0.21
XYZ45.886053.845613.7691
Yxy53.84560.40430.4744
Hunter Lab73.3796-16.793940.2404
CIE-Lab78.3716-14.535462.3225

#cac746 color RGB value is (202,199,70).

#cac746 hex color red value is 202, green value is 199 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cac746 hue: 0.16 , saturation: 0.55 and the lightness value of cac746 is 0.53.

The process color (four color CMYK) of #cac746 color hex is 0.00, 0.01, 0.65, 0.21. Web safe color of #cac746 is #cccc33. Color #cac746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 01000110
Octal 312 307 106
Decimal 202 199 70
Hex CA C7 46

RGB Percentages of Color #cac746

%42.89
%42.25
%14.86

CMYK Percentages of Color #cac746

%0
%1
%65
%21

Triadic Colors of #cac746

#cac746 #46cac7 #c746ca

Analogous Colors of #cac746

#cac746 #8bca46 #ca8546

Monochromatic Colors of #cac746

#cac746

Complementary Color

#cac746 #4649ca

#cac746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac746 Color CSS Codes

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

#cac746 Text Font Color

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

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


#cac746 Background Color

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

This div background color is #cac746


#cac746 Border Color

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

This div border color is #cac746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac746


Comments

No comments written yet.

Please login to write comment.