Color Hex Logo

#caa744 Color Hex

#CAA744
(202,167,68)
0 Favorites   0 Comments

Color spaces of #caa744

RGB 20216768
HSL0.120.560.53
HSV44°66°79°
CMYK 0.000.170.66   0.21
XYZ39.219240.611311.2405
Yxy40.61130.43060.4459
Hunter Lab63.7270-1.668834.1510
CIE-Lab69.90271.970054.2860

#caa744 color RGB value is (202,167,68).

#caa744 hex color red value is 202, green value is 167 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #caa744 hue: 0.12 , saturation: 0.56 and the lightness value of caa744 is 0.53.

The process color (four color CMYK) of #caa744 color hex is 0.00, 0.17, 0.66, 0.21. Web safe color of #caa744 is #cc9933. Color #caa744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100111 01000100
Octal 312 247 104
Decimal 202 167 68
Hex CA A7 44

RGB Percentages of Color #caa744

%46.22
%38.22
%15.56

CMYK Percentages of Color #caa744

%0
%17
%66
%21

Triadic Colors of #caa744

#caa744 #44caa7 #a744ca

Analogous Colors of #caa744

#caa744 #aaca44 #ca6444

Monochromatic Colors of #caa744

#caa744

Complementary Color

#caa744 #4467ca

#caa744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa744 Color CSS Codes

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

#caa744 Text Font Color

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

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


#caa744 Background Color

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

This div background color is #caa744


#caa744 Border Color

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

This div border color is #caa744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa744


Comments

No comments written yet.

Please login to write comment.