Color Hex Logo

#ccad2c Color Hex

#CCAD2C
(204,173,44)
0 Favorites   0 Comments

Color spaces of #ccad2c

RGB 20417344
HSL0.130.650.49
HSV48°78°80°
CMYK 0.000.150.78   0.20
XYZ40.300042.90648.5406
Yxy42.90640.43930.4677
Hunter Lab65.5030-4.810038.1216
CIE-Lab71.4914-1.489365.2343

#ccad2c color RGB value is (204,173,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00101100
Octal 314 255 54
Decimal 204 173 44
Hex CC AD 2C

RGB Percentages of Color #ccad2c

%48.46
%41.09
%10.45

CMYK Percentages of Color #ccad2c

%0
%15
%78
%20

Triadic Colors of #ccad2c

#ccad2c #2cccad #ad2ccc

Analogous Colors of #ccad2c

#ccad2c #9bcc2c #cc5d2c

Monochromatic Colors of #ccad2c

#ccad2c

Complementary Color

#ccad2c #2c4bcc

#ccad2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad2c Color CSS Codes

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

#ccad2c Text Font Color

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

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


#ccad2c Background Color

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

This div background color is #ccad2c


#ccad2c Border Color

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

This div border color is #ccad2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad2c


Comments

No comments written yet.

Please login to write comment.