Color Hex Logo

#cac613 Color Hex

#CAC613
(202,198,19)
0 Favorites   0 Comments

Color spaces of #cac613

RGB 20219819
HSL0.160.830.43
HSV59°91°79°
CMYK 0.000.020.91   0.21
XYZ44.668752.99178.4902
Yxy52.99170.42080.4992
Hunter Lab72.7954-17.860844.0417
CIE-Lab77.8701-15.873376.4008

#cac613 color RGB value is (202,198,19).

#cac613 hex color red value is 202, green value is 198 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cac613 hue: 0.16 , saturation: 0.83 and the lightness value of cac613 is 0.43.

The process color (four color CMYK) of #cac613 color hex is 0.00, 0.02, 0.91, 0.21. Web safe color of #cac613 is #cccc00. Color #cac613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000110 00010011
Octal 312 306 23
Decimal 202 198 19
Hex CA C6 13

RGB Percentages of Color #cac613

%48.21
%47.26
%4.53

CMYK Percentages of Color #cac613

%0
%2
%91
%21

Triadic Colors of #cac613

#cac613 #13cac6 #c613ca

Analogous Colors of #cac613

#cac613 #73ca13 #ca6b13

Monochromatic Colors of #cac613

#cac613

Complementary Color

#cac613 #1317ca

#cac613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac613 Color CSS Codes

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

#cac613 Text Font Color

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

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


#cac613 Background Color

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

This div background color is #cac613


#cac613 Border Color

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

This div border color is #cac613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac613


Comments

No comments written yet.

Please login to write comment.