Color Hex Logo

#ccad3c Color Hex

#CCAD3C
(204,173,60)
0 Favorites   0 Comments

Color spaces of #ccad3c

RGB 20417360
HSL0.130.590.52
HSV47°71°80°
CMYK 0.000.150.71   0.20
XYZ40.661043.050810.4415
Yxy43.05080.43190.4572
Hunter Lab65.6131-4.205036.4939
CIE-Lab71.5894-0.793659.4720

#ccad3c color RGB value is (204,173,60).

#ccad3c hex color red value is 204, green value is 173 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ccad3c hue: 0.13 , saturation: 0.59 and the lightness value of ccad3c is 0.52.

The process color (four color CMYK) of #ccad3c color hex is 0.00, 0.15, 0.71, 0.20. Web safe color of #ccad3c is #cc9933. Color #ccad3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00111100
Octal 314 255 74
Decimal 204 173 60
Hex CC AD 3C

RGB Percentages of Color #ccad3c

%46.68
%39.59
%13.73

CMYK Percentages of Color #ccad3c

%0
%15
%71
%20

Triadic Colors of #ccad3c

#ccad3c #3cccad #ad3ccc

Analogous Colors of #ccad3c

#ccad3c #a3cc3c #cc653c

Monochromatic Colors of #ccad3c

#ccad3c

Complementary Color

#ccad3c #3c5bcc

#ccad3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad3c Color CSS Codes

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

#ccad3c Text Font Color

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

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


#ccad3c Background Color

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

This div background color is #ccad3c


#ccad3c Border Color

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

This div border color is #ccad3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad3c


Comments

No comments written yet.

Please login to write comment.