Color Hex Logo

#cac741 Color Hex

#CAC741
(202,199,65)
0 Favorites   0 Comments

Color spaces of #cac741

RGB 20219965
HSL0.160.560.52
HSV59°68°79°
CMYK 0.000.010.68   0.21
XYZ45.734753.785112.9721
Yxy53.78510.40660.4781
Hunter Lab73.3383-17.027240.8496
CIE-Lab78.3363-14.814564.2370

#cac741 color RGB value is (202,199,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 01000001
Octal 312 307 101
Decimal 202 199 65
Hex CA C7 41

RGB Percentages of Color #cac741

%43.35
%42.70
%13.95

CMYK Percentages of Color #cac741

%0
%1
%68
%21

Triadic Colors of #cac741

#cac741 #41cac7 #c741ca

Analogous Colors of #cac741

#cac741 #89ca41 #ca8341

Monochromatic Colors of #cac741

#cac741

Complementary Color

#cac741 #4144ca

#cac741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac741 Color CSS Codes

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

#cac741 Text Font Color

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

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


#cac741 Background Color

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

This div background color is #cac741


#cac741 Border Color

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

This div border color is #cac741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac741


Comments

No comments written yet.

Please login to write comment.