Color Hex Logo

#caa68a Color Hex

#CAA68A
(202,166,138)
0 Favorites   0 Comments

Color spaces of #caa68a

RGB 202166138
HSL0.070.380.67
HSV26°32°79°
CMYK 0.000.180.32   0.21
XYZ42.580841.664029.8425
Yxy41.66400.37320.3652
Hunter Lab64.54774.794517.7716
CIE-Lab70.63869.143019.4632

#caa68a color RGB value is (202,166,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 10001010
Octal 312 246 212
Decimal 202 166 138
Hex CA A6 8A

RGB Percentages of Color #caa68a

%39.92
%32.81
%27.27

CMYK Percentages of Color #caa68a

%0
%18
%32
%21

Triadic Colors of #caa68a

#caa68a #8acaa6 #a68aca

Analogous Colors of #caa68a

#caa68a #cac68a #ca8a8e

Monochromatic Colors of #caa68a

#caa68a

Complementary Color

#caa68a #8aaeca

#caa68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa68a Color CSS Codes

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

#caa68a Text Font Color

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

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


#caa68a Background Color

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

This div background color is #caa68a


#caa68a Border Color

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

This div border color is #caa68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa68a


Comments

No comments written yet.

Please login to write comment.