Color Hex Logo

#cac30d Color Hex

#CAC30D
(202,195,13)
0 Favorites   0 Comments

Color spaces of #cac30d

RGB 20219513
HSL0.160.880.42
HSV58°94°79°
CMYK 0.000.030.94   0.21
XYZ43.944951.61588.0275
Yxy51.61580.42420.4983
Hunter Lab71.8441-16.544243.6661
CIE-Lab77.0505-14.451876.5690

#cac30d color RGB value is (202,195,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 00001101
Octal 312 303 15
Decimal 202 195 13
Hex CA C3 D

RGB Percentages of Color #cac30d

%49.27
%47.56
%3.17

CMYK Percentages of Color #cac30d

%0
%3
%94
%21

Triadic Colors of #cac30d

#cac30d #0dcac3 #c30dca

Analogous Colors of #cac30d

#cac30d #73ca0d #ca650d

Monochromatic Colors of #cac30d

#cac30d

Complementary Color

#cac30d #0d14ca

#cac30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac30d Color CSS Codes

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

#cac30d Text Font Color

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

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


#cac30d Background Color

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

This div background color is #cac30d


#cac30d Border Color

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

This div border color is #cac30d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,195,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 #cac30d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac30d


Comments

No comments written yet.

Please login to write comment.