Color Hex Logo

#caa686 Color Hex

#CAA686
(202,166,134)
0 Favorites   0 Comments

Color spaces of #caa686

RGB 202166134
HSL0.080.390.66
HSV28°34°79°
CMYK 0.000.180.34   0.21
XYZ42.296441.550228.3450
Yxy41.55020.37700.3704
Hunter Lab64.45944.322419.0498
CIE-Lab70.55978.629721.5375

#caa686 color RGB value is (202,166,134).

#caa686 hex color red value is 202, green value is 166 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #caa686 hue: 0.08 , saturation: 0.39 and the lightness value of caa686 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 10000110
Octal 312 246 206
Decimal 202 166 134
Hex CA A6 86

RGB Percentages of Color #caa686

%40.24
%33.07
%26.69

CMYK Percentages of Color #caa686

%0
%18
%34
%21

Triadic Colors of #caa686

#caa686 #86caa6 #a686ca

Analogous Colors of #caa686

#caa686 #cac886 #ca8688

Monochromatic Colors of #caa686

#caa686

Complementary Color

#caa686 #86aaca

#caa686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa686 Color CSS Codes

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

#caa686 Text Font Color

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

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


#caa686 Background Color

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

This div background color is #caa686


#caa686 Border Color

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

This div border color is #caa686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa686


Comments

No comments written yet.

Please login to write comment.