Color Hex Logo

#cca67e Color Hex

#CCA67E
(204,166,126)
0 Favorites   0 Comments

Color spaces of #cca67e

RGB 204166126
HSL0.090.430.65
HSV31°38°80°
CMYK 0.000.190.38   0.20
XYZ42.304041.616225.5417
Yxy41.61620.38650.3802
Hunter Lab64.51064.161021.6827
CIE-Lab70.60558.455125.9734

#cca67e color RGB value is (204,166,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 01111110
Octal 314 246 176
Decimal 204 166 126
Hex CC A6 7E

RGB Percentages of Color #cca67e

%41.13
%33.47
%25.40

CMYK Percentages of Color #cca67e

%0
%19
%38
%20

Triadic Colors of #cca67e

#cca67e #7ecca6 #a67ecc

Analogous Colors of #cca67e

#cca67e #cbcc7e #cc7f7e

Monochromatic Colors of #cca67e

#cca67e

Complementary Color

#cca67e #7ea4cc

#cca67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca67e Color CSS Codes

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

#cca67e Text Font Color

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

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


#cca67e Background Color

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

This div background color is #cca67e


#cca67e Border Color

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

This div border color is #cca67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca67e


Comments

No comments written yet.

Please login to write comment.