Color Hex Logo

#caa670 Color Hex

#CAA670
(202,166,112)
0 Favorites   0 Comments

Color spaces of #caa670

RGB 202166112
HSL0.100.460.62
HSV36°45°79°
CMYK 0.000.180.45   0.21
XYZ40.918040.998821.0862
Yxy40.99880.39730.3980
Hunter Lab64.03032.015825.2961
CIE-Lab70.17516.094832.8663

#caa670 color RGB value is (202,166,112).

#caa670 hex color red value is 202, green value is 166 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #caa670 hue: 0.10 , saturation: 0.46 and the lightness value of caa670 is 0.62.

The process color (four color CMYK) of #caa670 color hex is 0.00, 0.18, 0.45, 0.21. Web safe color of #caa670 is #cc9966. Color #caa670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01110000
Octal 312 246 160
Decimal 202 166 112
Hex CA A6 70

RGB Percentages of Color #caa670

%42.08
%34.58
%23.33

CMYK Percentages of Color #caa670

%0
%18
%45
%21

Triadic Colors of #caa670

#caa670 #70caa6 #a670ca

Analogous Colors of #caa670

#caa670 #c1ca70 #ca7970

Monochromatic Colors of #caa670

#caa670

Complementary Color

#caa670 #7094ca

#caa670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa670 Color CSS Codes

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

#caa670 Text Font Color

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

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


#caa670 Background Color

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

This div background color is #caa670


#caa670 Border Color

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

This div border color is #caa670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa670


Comments

No comments written yet.

Please login to write comment.