Color Hex Logo

#cca68f Color Hex

#CCA68F
(204,166,143)
0 Favorites   0 Comments

Color spaces of #cca68f

RGB 204166143
HSL0.060.370.68
HSV23°30°80°
CMYK 0.000.190.30   0.20
XYZ43.496042.093031.8189
Yxy42.09300.37050.3585
Hunter Lab64.87916.130816.3376
CIE-Lab70.935010.587317.1673

#cca68f color RGB value is (204,166,143).

#cca68f hex color red value is 204, green value is 166 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cca68f hue: 0.06 , saturation: 0.37 and the lightness value of cca68f is 0.68.

The process color (four color CMYK) of #cca68f color hex is 0.00, 0.19, 0.30, 0.20. Web safe color of #cca68f is #cc9999. Color #cca68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10001111
Octal 314 246 217
Decimal 204 166 143
Hex CC A6 8F

RGB Percentages of Color #cca68f

%39.77
%32.36
%27.88

CMYK Percentages of Color #cca68f

%0
%19
%30
%20

Triadic Colors of #cca68f

#cca68f #8fcca6 #a68fcc

Analogous Colors of #cca68f

#cca68f #ccc58f #cc8f97

Monochromatic Colors of #cca68f

#cca68f

Complementary Color

#cca68f #8fb5cc

#cca68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca68f Color CSS Codes

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

#cca68f Text Font Color

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

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


#cca68f Background Color

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

This div background color is #cca68f


#cca68f Border Color

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

This div border color is #cca68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca68f


Comments

No comments written yet.

Please login to write comment.