Color Hex Logo

#caa946 Color Hex

#CAA946
(202,169,70)
0 Favorites   0 Comments

Color spaces of #caa946

RGB 20216970
HSL0.130.550.53
HSV45°65°79°
CMYK 0.000.160.65   0.21
XYZ39.650641.374711.6907
Yxy41.37470.42770.4463
Hunter Lab64.3232-2.533234.2503
CIE-Lab70.43761.024153.9721

#caa946 color RGB value is (202,169,70).

#caa946 hex color red value is 202, green value is 169 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #caa946 hue: 0.13 , saturation: 0.55 and the lightness value of caa946 is 0.53.

The process color (four color CMYK) of #caa946 color hex is 0.00, 0.16, 0.65, 0.21. Web safe color of #caa946 is #cc9933. Color #caa946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 01000110
Octal 312 251 106
Decimal 202 169 70
Hex CA A9 46

RGB Percentages of Color #caa946

%45.80
%38.32
%15.87

CMYK Percentages of Color #caa946

%0
%16
%65
%21

Triadic Colors of #caa946

#caa946 #46caa9 #a946ca

Analogous Colors of #caa946

#caa946 #a9ca46 #ca6746

Monochromatic Colors of #caa946

#caa946

Complementary Color

#caa946 #4667ca

#caa946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa946 Color CSS Codes

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

#caa946 Text Font Color

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

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


#caa946 Background Color

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

This div background color is #caa946


#caa946 Border Color

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

This div border color is #caa946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa946


Comments

No comments written yet.

Please login to write comment.