Color Hex Logo

#ccaf62 Color Hex

#CCAF62
(204,175,98)
0 Favorites   0 Comments

Color spaces of #ccaf62

RGB 20417598
HSL0.120.510.59
HSV44°52°80°
CMYK 0.000.140.52   0.20
XYZ42.436444.379217.8847
Yxy44.37920.40530.4239
Hunter Lab66.6177-2.874030.7150
CIE-Lab72.48120.767943.0228

#ccaf62 color RGB value is (204,175,98).

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

The process color (four color CMYK) of #ccaf62 color hex is 0.00, 0.14, 0.52, 0.20. Web safe color of #ccaf62 is #cc9966. Color #ccaf62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01100010
Octal 314 257 142
Decimal 204 175 98
Hex CC AF 62

RGB Percentages of Color #ccaf62

%42.77
%36.69
%20.55

CMYK Percentages of Color #ccaf62

%0
%14
%52
%20

Triadic Colors of #ccaf62

#ccaf62 #62ccaf #af62cc

Analogous Colors of #ccaf62

#ccaf62 #b4cc62 #cc7a62

Monochromatic Colors of #ccaf62

#ccaf62

Complementary Color

#ccaf62 #627fcc

#ccaf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf62 Color CSS Codes

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

#ccaf62 Text Font Color

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

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


#ccaf62 Background Color

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

This div background color is #ccaf62


#ccaf62 Border Color

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

This div border color is #ccaf62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf62


Comments

No comments written yet.

Please login to write comment.