Color Hex Logo

#ccaf65 Color Hex

#CCAF65
(204,175,101)
0 Favorites   0 Comments

Color spaces of #ccaf65

RGB 204175101
HSL0.120.500.60
HSV43°50°80°
CMYK 0.000.140.50   0.20
XYZ42.580844.436918.6448
Yxy44.43690.40300.4206
Hunter Lab66.6610-2.637030.0795
CIE-Lab72.51961.035641.5587

#ccaf65 color RGB value is (204,175,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01100101
Octal 314 257 145
Decimal 204 175 101
Hex CC AF 65

RGB Percentages of Color #ccaf65

%42.50
%36.46
%21.04

CMYK Percentages of Color #ccaf65

%0
%14
%50
%20

Triadic Colors of #ccaf65

#ccaf65 #65ccaf #af65cc

Analogous Colors of #ccaf65

#ccaf65 #b6cc65 #cc7c65

Monochromatic Colors of #ccaf65

#ccaf65

Complementary Color

#ccaf65 #6582cc

#ccaf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf65 Color CSS Codes

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

#ccaf65 Text Font Color

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

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


#ccaf65 Background Color

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

This div background color is #ccaf65


#ccaf65 Border Color

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

This div border color is #ccaf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf65


Comments

No comments written yet.

Please login to write comment.