Color Hex Logo

#ccad60 Color Hex

#CCAD60
(204,173,96)
0 Favorites   0 Comments

Color spaces of #ccad60

RGB 20417396
HSL0.120.510.59
HSV43°53°80°
CMYK 0.000.150.53   0.20
XYZ41.956743.569017.2646
Yxy43.56900.40820.4239
Hunter Lab66.0068-2.049830.6970
CIE-Lab71.93951.657743.3696

#ccad60 color RGB value is (204,173,96).

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

The process color (four color CMYK) of #ccad60 color hex is 0.00, 0.15, 0.53, 0.20. Web safe color of #ccad60 is #cc9966. Color #ccad60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01100000
Octal 314 255 140
Decimal 204 173 96
Hex CC AD 60

RGB Percentages of Color #ccad60

%43.13
%36.58
%20.30

CMYK Percentages of Color #ccad60

%0
%15
%53
%20

Triadic Colors of #ccad60

#ccad60 #60ccad #ad60cc

Analogous Colors of #ccad60

#ccad60 #b5cc60 #cc7760

Monochromatic Colors of #ccad60

#ccad60

Complementary Color

#ccad60 #607fcc

#ccad60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad60 Color CSS Codes

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

#ccad60 Text Font Color

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

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


#ccad60 Background Color

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

This div background color is #ccad60


#ccad60 Border Color

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

This div border color is #ccad60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad60


Comments

No comments written yet.

Please login to write comment.