Color Hex Logo

#ccac03 Color Hex

#CCAC03
(204,172,3)
0 Favorites   0 Comments

Color spaces of #ccac03

RGB 2041723
HSL0.140.970.41
HSV50°99°80°
CMYK 0.000.160.99   0.20
XYZ39.670842.34906.1694
Yxy42.34900.44980.4802
Hunter Lab65.0761-5.068539.9324
CIE-Lab71.1109-1.814373.3741

#ccac03 color RGB value is (204,172,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 00000011
Octal 314 254 3
Decimal 204 172 3
Hex CC AC 3

RGB Percentages of Color #ccac03

%53.83
%45.38
%0.79

CMYK Percentages of Color #ccac03

%0
%16
%99
%20

Triadic Colors of #ccac03

#ccac03 #03ccac #ac03cc

Analogous Colors of #ccac03

#ccac03 #88cc03 #cc4803

Monochromatic Colors of #ccac03

#ccac03

Complementary Color

#ccac03 #0323cc

#ccac03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac03 Color CSS Codes

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

#ccac03 Text Font Color

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

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


#ccac03 Background Color

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

This div background color is #ccac03


#ccac03 Border Color

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

This div border color is #ccac03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac03


Comments

No comments written yet.

Please login to write comment.