Color Hex Logo

#ccae53 Color Hex

#CCAE53
(204,174,83)
0 Favorites   0 Comments

Color spaces of #ccae53

RGB 20417483
HSL0.130.540.56
HSV45°59°80°
CMYK 0.000.150.59   0.20
XYZ41.599243.734014.4326
Yxy43.73400.41700.4384
Hunter Lab66.1317-3.447633.3527
CIE-Lab72.05030.095449.8365

#ccae53 color RGB value is (204,174,83).

#ccae53 hex color red value is 204, green value is 174 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ccae53 hue: 0.13 , saturation: 0.54 and the lightness value of ccae53 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 01010011
Octal 314 256 123
Decimal 204 174 83
Hex CC AE 53

RGB Percentages of Color #ccae53

%44.25
%37.74
%18.00

CMYK Percentages of Color #ccae53

%0
%15
%59
%20

Triadic Colors of #ccae53

#ccae53 #53ccae #ae53cc

Analogous Colors of #ccae53

#ccae53 #aecc53 #cc7253

Monochromatic Colors of #ccae53

#ccae53

Complementary Color

#ccae53 #5371cc

#ccae53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae53 Color CSS Codes

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

#ccae53 Text Font Color

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

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


#ccae53 Background Color

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

This div background color is #ccae53


#ccae53 Border Color

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

This div border color is #ccae53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae53

#ccae53 Color Palettes


Comments

No comments written yet.

Please login to write comment.