Color Hex Logo

#cac757 Color Hex

#CAC757
(202,199,87)
0 Favorites   0 Comments

Color spaces of #cac757

RGB 20219987
HSL0.160.520.57
HSV58°57°79°
CMYK 0.000.010.57   0.21
XYZ46.500854.091517.0067
Yxy54.09150.39540.4600
Hunter Lab73.5469-15.848737.7729
CIE-Lab78.5151-13.409655.2485

#cac757 color RGB value is (202,199,87).

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

The process color (four color CMYK) of #cac757 color hex is 0.00, 0.01, 0.57, 0.21. Web safe color of #cac757 is #cccc66. Color #cac757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 01010111
Octal 312 307 127
Decimal 202 199 87
Hex CA C7 57

RGB Percentages of Color #cac757

%41.39
%40.78
%17.83

CMYK Percentages of Color #cac757

%0
%1
%57
%21

Triadic Colors of #cac757

#cac757 #57cac7 #c757ca

Analogous Colors of #cac757

#cac757 #94ca57 #ca8e57

Monochromatic Colors of #cac757

#cac757

Complementary Color

#cac757 #575aca

#cac757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac757 Color CSS Codes

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

#cac757 Text Font Color

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

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


#cac757 Background Color

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

This div background color is #cac757


#cac757 Border Color

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

This div border color is #cac757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac757


Comments

No comments written yet.

Please login to write comment.