Color Hex Logo

#cca68a Color Hex

#CCA68A
(204,166,138)
0 Favorites   0 Comments

Color spaces of #cca68a

RGB 204166138
HSL0.070.390.67
HSV25°32°80°
CMYK 0.000.190.32   0.20
XYZ43.125541.944829.8679
Yxy41.94480.37520.3649
Hunter Lab64.76485.520917.9923
CIE-Lab70.83289.930419.7612

#cca68a color RGB value is (204,166,138).

#cca68a hex color red value is 204, green value is 166 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cca68a hue: 0.07 , saturation: 0.39 and the lightness value of cca68a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10001010
Octal 314 246 212
Decimal 204 166 138
Hex CC A6 8A

RGB Percentages of Color #cca68a

%40.16
%32.68
%27.17

CMYK Percentages of Color #cca68a

%0
%19
%32
%20

Triadic Colors of #cca68a

#cca68a #8acca6 #a68acc

Analogous Colors of #cca68a

#cca68a #ccc78a #cc8a8f

Monochromatic Colors of #cca68a

#cca68a

Complementary Color

#cca68a #8ab0cc

#cca68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca68a Color CSS Codes

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

#cca68a Text Font Color

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

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


#cca68a Background Color

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

This div background color is #cca68a


#cca68a Border Color

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

This div border color is #cca68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca68a


Comments

No comments written yet.

Please login to write comment.