Color Hex Logo

#ccaa1e Color Hex

#CCAA1E
(204,170,30)
0 Favorites   0 Comments

Color spaces of #ccaa1e

RGB 20417030
HSL0.130.740.46
HSV48°85°80°
CMYK 0.000.170.85   0.20
XYZ39.510941.68067.1910
Yxy41.68060.44700.4716
Hunter Lab64.5605-3.739338.5884
CIE-Lab70.6501-0.331168.5543

#ccaa1e color RGB value is (204,170,30).

#ccaa1e hex color red value is 204, green value is 170 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ccaa1e hue: 0.13 , saturation: 0.74 and the lightness value of ccaa1e is 0.46.

The process color (four color CMYK) of #ccaa1e color hex is 0.00, 0.17, 0.85, 0.20. Web safe color of #ccaa1e is #cc9933. Color #ccaa1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00011110
Octal 314 252 36
Decimal 204 170 30
Hex CC AA 1E

RGB Percentages of Color #ccaa1e

%50.50
%42.08
%7.43

CMYK Percentages of Color #ccaa1e

%0
%17
%85
%20

Triadic Colors of #ccaa1e

#ccaa1e #1eccaa #aa1ecc

Analogous Colors of #ccaa1e

#ccaa1e #97cc1e #cc531e

Monochromatic Colors of #ccaa1e

#ccaa1e

Complementary Color

#ccaa1e #1e40cc

#ccaa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa1e Color CSS Codes

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

#ccaa1e Text Font Color

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

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


#ccaa1e Background Color

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

This div background color is #ccaa1e


#ccaa1e Border Color

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

This div border color is #ccaa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa1e


Comments

No comments written yet.

Please login to write comment.