Color Hex Logo

#cca65f Color Hex

#CCA65F
(204,166,95)
0 Favorites   0 Comments

Color spaces of #cca65f

RGB 20416695
HSL0.110.520.59
HSV39°53°80°
CMYK 0.000.190.53   0.20
XYZ40.603640.936016.5879
Yxy40.93600.41380.4172
Hunter Lab63.98121.312029.4152
CIE-Lab70.13115.315141.6848

#cca65f color RGB value is (204,166,95).

#cca65f hex color red value is 204, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cca65f hue: 0.11 , saturation: 0.52 and the lightness value of cca65f is 0.59.

The process color (four color CMYK) of #cca65f color hex is 0.00, 0.19, 0.53, 0.20. Web safe color of #cca65f is #cc9966. Color #cca65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 01011111
Octal 314 246 137
Decimal 204 166 95
Hex CC A6 5F

RGB Percentages of Color #cca65f

%43.87
%35.70
%20.43

CMYK Percentages of Color #cca65f

%0
%19
%53
%20

Triadic Colors of #cca65f

#cca65f #5fcca6 #a65fcc

Analogous Colors of #cca65f

#cca65f #bccc5f #cc705f

Monochromatic Colors of #cca65f

#cca65f

Complementary Color

#cca65f #5f85cc

#cca65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca65f Color CSS Codes

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

#cca65f Text Font Color

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

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


#cca65f Background Color

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

This div background color is #cca65f


#cca65f Border Color

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

This div border color is #cca65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca65f

#cca65f Color Palettes


Comments

No comments written yet.

Please login to write comment.