Color Hex Logo

#caa68f Color Hex

#CAA68F
(202,166,143)
0 Favorites   0 Comments

Color spaces of #caa68f

RGB 202166143
HSL0.060.360.68
HSV23°29°79°
CMYK 0.000.180.29   0.21
XYZ42.951341.812231.7934
Yxy41.81220.36850.3587
Hunter Lab64.66245.407716.1117
CIE-Lab70.74129.807216.8687

#caa68f color RGB value is (202,166,143).

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

The process color (four color CMYK) of #caa68f color hex is 0.00, 0.18, 0.29, 0.21. Web safe color of #caa68f is #cc9999. Color #caa68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 10001111
Octal 312 246 217
Decimal 202 166 143
Hex CA A6 8F

RGB Percentages of Color #caa68f

%39.53
%32.49
%27.98

CMYK Percentages of Color #caa68f

%0
%18
%29
%21

Triadic Colors of #caa68f

#caa68f #8fcaa6 #a68fca

Analogous Colors of #caa68f

#caa68f #cac48f #ca8f96

Monochromatic Colors of #caa68f

#caa68f

Complementary Color

#caa68f #8fb3ca

#caa68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa68f Color CSS Codes

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

#caa68f Text Font Color

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

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


#caa68f Background Color

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

This div background color is #caa68f


#caa68f Border Color

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

This div border color is #caa68f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,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 #caa68f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa68f


Comments

No comments written yet.

Please login to write comment.