Color Hex Logo

#cacc48 Color Hex

#CACC48
(202,204,72)
0 Favorites   0 Comments

Color spaces of #cacc48

RGB 20220472
HSL0.170.560.54
HSV61°65°80°
CMYK 0.010.000.65   0.20
XYZ47.119756.210214.4971
Yxy56.21020.39990.4771
Hunter Lab74.9735-19.019041.0169
CIE-Lab79.7333-16.920562.9313

#cacc48 color RGB value is (202,204,72).

#cacc48 hex color red value is 202, green value is 204 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cacc48 hue: 0.17 , saturation: 0.56 and the lightness value of cacc48 is 0.54.

The process color (four color CMYK) of #cacc48 color hex is 0.01, 0.00, 0.65, 0.20. Web safe color of #cacc48 is #cccc33. Color #cacc48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 01001000
Octal 312 314 110
Decimal 202 204 72
Hex CA CC 48

RGB Percentages of Color #cacc48

%42.26
%42.68
%15.06

CMYK Percentages of Color #cacc48

%1
%0
%65
%20

Triadic Colors of #cacc48

#cacc48 #48cacc #cc48ca

Analogous Colors of #cacc48

#cacc48 #88cc48 #cc8c48

Monochromatic Colors of #cacc48

#cacc48

Complementary Color

#cacc48 #4a48cc

#cacc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacc48 Color CSS Codes

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

#cacc48 Text Font Color

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

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


#cacc48 Background Color

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

This div background color is #cacc48


#cacc48 Border Color

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

This div border color is #cacc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacc48


Comments

No comments written yet.

Please login to write comment.