Color Hex Logo

#cac00d Color Hex

#CAC00D
(202,192,13)
0 Favorites   0 Comments

Color spaces of #cac00d

RGB 20219213
HSL0.160.880.42
HSV57°94°79°
CMYK 0.000.050.94   0.21
XYZ43.279450.28497.8057
Yxy50.28490.42690.4961
Hunter Lab70.9118-15.152443.1119
CIE-Lab76.2438-12.936275.9577

#cac00d color RGB value is (202,192,13).

#cac00d hex color red value is 202, green value is 192 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cac00d hue: 0.16 , saturation: 0.88 and the lightness value of cac00d is 0.42.

The process color (four color CMYK) of #cac00d color hex is 0.00, 0.05, 0.94, 0.21. Web safe color of #cac00d is #cccc00. Color #cac00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000000 00001101
Octal 312 300 15
Decimal 202 192 13
Hex CA C0 D

RGB Percentages of Color #cac00d

%49.63
%47.17
%3.19

CMYK Percentages of Color #cac00d

%0
%5
%94
%21

Triadic Colors of #cac00d

#cac00d #0dcac0 #c00dca

Analogous Colors of #cac00d

#cac00d #76ca0d #ca620d

Monochromatic Colors of #cac00d

#cac00d

Complementary Color

#cac00d #0d17ca

#cac00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac00d Color CSS Codes

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

#cac00d Text Font Color

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

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


#cac00d Background Color

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

This div background color is #cac00d


#cac00d Border Color

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

This div border color is #cac00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac00d


Comments

No comments written yet.

Please login to write comment.