Color Hex Logo

#cca67f Color Hex

#CCA67F
(204,166,127)
0 Favorites   0 Comments

Color spaces of #cca67f

RGB 204166127
HSL0.080.430.65
HSV30°38°80°
CMYK 0.000.190.38   0.20
XYZ42.368841.642125.8833
Yxy41.64210.38550.3789
Hunter Lab64.53074.268721.3902
CIE-Lab70.62358.572525.4569

#cca67f color RGB value is (204,166,127).

#cca67f hex color red value is 204, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cca67f hue: 0.08 , saturation: 0.43 and the lightness value of cca67f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 01111111
Octal 314 246 177
Decimal 204 166 127
Hex CC A6 7F

RGB Percentages of Color #cca67f

%41.05
%33.40
%25.55

CMYK Percentages of Color #cca67f

%0
%19
%38
%20

Triadic Colors of #cca67f

#cca67f #7fcca6 #a67fcc

Analogous Colors of #cca67f

#cca67f #cccc7f #cc807f

Monochromatic Colors of #cca67f

#cca67f

Complementary Color

#cca67f #7fa5cc

#cca67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca67f Color CSS Codes

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

#cca67f Text Font Color

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

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


#cca67f Background Color

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

This div background color is #cca67f


#cca67f Border Color

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

This div border color is #cca67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca67f


Comments

No comments written yet.

Please login to write comment.