Color Hex Logo

#cac530 Color Hex

#CAC530
(202,197,48)
0 Favorites   0 Comments

Color spaces of #cac530

RGB 20219748
HSL0.160.620.49
HSV58°76°79°
CMYK 0.000.020.76   0.21
XYZ44.856952.702510.6047
Yxy52.70250.41470.4872
Hunter Lab72.5965-16.749942.1566
CIE-Lab77.6990-14.590769.5313

#cac530 color RGB value is (202,197,48).

#cac530 hex color red value is 202, green value is 197 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cac530 hue: 0.16 , saturation: 0.62 and the lightness value of cac530 is 0.49.

The process color (four color CMYK) of #cac530 color hex is 0.00, 0.02, 0.76, 0.21. Web safe color of #cac530 is #cccc33. Color #cac530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 00110000
Octal 312 305 60
Decimal 202 197 48
Hex CA C5 30

RGB Percentages of Color #cac530

%45.19
%44.07
%10.74

CMYK Percentages of Color #cac530

%0
%2
%76
%21

Triadic Colors of #cac530

#cac530 #30cac5 #c530ca

Analogous Colors of #cac530

#cac530 #82ca30 #ca7830

Monochromatic Colors of #cac530

#cac530

Complementary Color

#cac530 #3035ca

#cac530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac530 Color CSS Codes

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

#cac530 Text Font Color

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

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


#cac530 Background Color

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

This div background color is #cac530


#cac530 Border Color

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

This div border color is #cac530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac530


Comments

No comments written yet.

Please login to write comment.