Color Hex Logo

#ccac17 Color Hex

#CCAC17
(204,172,23)
0 Favorites   0 Comments

Color spaces of #ccac17

RGB 20417223
HSL0.140.800.45
HSV49°89°80°
CMYK 0.000.160.89   0.20
XYZ39.809042.40436.8973
Yxy42.40430.44670.4759
Hunter Lab65.1186-4.835039.3031
CIE-Lab71.1488-1.544270.5300

#ccac17 color RGB value is (204,172,23).

#ccac17 hex color red value is 204, green value is 172 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ccac17 hue: 0.14 , saturation: 0.80 and the lightness value of ccac17 is 0.45.

The process color (four color CMYK) of #ccac17 color hex is 0.00, 0.16, 0.89, 0.20. Web safe color of #ccac17 is #cc9900. Color #ccac17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 00010111
Octal 314 254 27
Decimal 204 172 23
Hex CC AC 17

RGB Percentages of Color #ccac17

%51.13
%43.11
%5.76

CMYK Percentages of Color #ccac17

%0
%16
%89
%20

Triadic Colors of #ccac17

#ccac17 #17ccac #ac17cc

Analogous Colors of #ccac17

#ccac17 #92cc17 #cc5217

Monochromatic Colors of #ccac17

#ccac17

Complementary Color

#ccac17 #1737cc

#ccac17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac17 Color CSS Codes

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

#ccac17 Text Font Color

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

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


#ccac17 Background Color

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

This div background color is #ccac17


#ccac17 Border Color

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

This div border color is #ccac17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac17


Comments

No comments written yet.

Please login to write comment.