Color Hex Logo

#ccac25 Color Hex

#CCAC25
(204,172,37)
0 Favorites   0 Comments

Color spaces of #ccac25

RGB 20417237
HSL0.130.690.47
HSV49°82°80°
CMYK 0.000.160.82   0.20
XYZ39.988342.47607.8413
Yxy42.47600.44280.4704
Hunter Lab65.1736-4.532338.4881
CIE-Lab71.1979-1.195067.1317

#ccac25 color RGB value is (204,172,37).

#ccac25 hex color red value is 204, green value is 172 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ccac25 hue: 0.13 , saturation: 0.69 and the lightness value of ccac25 is 0.47.

The process color (four color CMYK) of #ccac25 color hex is 0.00, 0.16, 0.82, 0.20. Web safe color of #ccac25 is #cc9933. Color #ccac25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 00100101
Octal 314 254 45
Decimal 204 172 37
Hex CC AC 25

RGB Percentages of Color #ccac25

%49.39
%41.65
%8.96

CMYK Percentages of Color #ccac25

%0
%16
%82
%20

Triadic Colors of #ccac25

#ccac25 #25ccac #ac25cc

Analogous Colors of #ccac25

#ccac25 #99cc25 #cc5925

Monochromatic Colors of #ccac25

#ccac25

Complementary Color

#ccac25 #2545cc

#ccac25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac25 Color CSS Codes

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

#ccac25 Text Font Color

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

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


#ccac25 Background Color

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

This div background color is #ccac25


#ccac25 Border Color

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

This div border color is #ccac25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac25


Comments

No comments written yet.

Please login to write comment.