Color Hex Logo

#cac44d Color Hex

#CAC44D
(202,196,77)
0 Favorites   0 Comments

Color spaces of #cac44d

RGB 20219677
HSL0.160.540.55
HSV57°62°79°
CMYK 0.000.030.62   0.21
XYZ45.436652.572214.7739
Yxy52.57220.40290.4661
Hunter Lab72.5067-15.029038.6738
CIE-Lab77.6217-12.587858.6447

#cac44d color RGB value is (202,196,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000100 01001101
Octal 312 304 115
Decimal 202 196 77
Hex CA C4 4D

RGB Percentages of Color #cac44d

%42.53
%41.26
%16.21

CMYK Percentages of Color #cac44d

%0
%3
%62
%21

Triadic Colors of #cac44d

#cac44d #4dcac4 #c44dca

Analogous Colors of #cac44d

#cac44d #92ca4d #ca864d

Monochromatic Colors of #cac44d

#cac44d

Complementary Color

#cac44d #4d53ca

#cac44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac44d Color CSS Codes

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

#cac44d Text Font Color

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

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


#cac44d Background Color

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

This div background color is #cac44d


#cac44d Border Color

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

This div border color is #cac44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac44d


Comments

No comments written yet.

Please login to write comment.