Color Hex Logo

#caa67d Color Hex

#CAA67D
(202,166,125)
0 Favorites   0 Comments

Color spaces of #caa67d

RGB 202166125
HSL0.090.420.64
HSV32°38°79°
CMYK 0.000.180.38   0.21
XYZ41.695041.309725.1780
Yxy41.30970.38540.3819
Hunter Lab64.27263.319621.7647
CIE-Lab70.39247.533026.1942

#caa67d color RGB value is (202,166,125).

#caa67d hex color red value is 202, green value is 166 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #caa67d hue: 0.09 , saturation: 0.42 and the lightness value of caa67d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 01111101
Octal 312 246 175
Decimal 202 166 125
Hex CA A6 7D

RGB Percentages of Color #caa67d

%40.97
%33.67
%25.35

CMYK Percentages of Color #caa67d

%0
%18
%38
%21

Triadic Colors of #caa67d

#caa67d #7dcaa6 #a67dca

Analogous Colors of #caa67d

#caa67d #c8ca7d #ca807d

Monochromatic Colors of #caa67d

#caa67d

Complementary Color

#caa67d #7da1ca

#caa67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa67d Color CSS Codes

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

#caa67d Text Font Color

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

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


#caa67d Background Color

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

This div background color is #caa67d


#caa67d Border Color

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

This div border color is #caa67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa67d


Comments

No comments written yet.

Please login to write comment.