Color Hex Logo

#ccaf67 Color Hex

#CCAF67
(204,175,103)
0 Favorites   0 Comments

Color spaces of #ccaf67

RGB 204175103
HSL0.120.500.60
HSV43°50°80°
CMYK 0.000.140.50   0.20
XYZ42.680044.476619.1673
Yxy44.47660.40140.4183
Hunter Lab66.6908-2.474529.6433
CIE-Lab72.54591.218940.5762

#ccaf67 color RGB value is (204,175,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01100111
Octal 314 257 147
Decimal 204 175 103
Hex CC AF 67

RGB Percentages of Color #ccaf67

%42.32
%36.31
%21.37

CMYK Percentages of Color #ccaf67

%0
%14
%50
%20

Triadic Colors of #ccaf67

#ccaf67 #67ccaf #af67cc

Analogous Colors of #ccaf67

#ccaf67 #b7cc67 #cc7d67

Monochromatic Colors of #ccaf67

#ccaf67

Complementary Color

#ccaf67 #6784cc

#ccaf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf67 Color CSS Codes

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

#ccaf67 Text Font Color

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

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


#ccaf67 Background Color

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

This div background color is #ccaf67


#ccaf67 Border Color

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

This div border color is #ccaf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf67


Comments

No comments written yet.

Please login to write comment.