Color Hex Logo

#caa138 Color Hex

#CAA138
(202,161,56)
0 Favorites   0 Comments

Color spaces of #caa138

RGB 20216156
HSL0.120.580.51
HSV43°72°79°
CMYK 0.000.200.72   0.21
XYZ37.815838.33189.1471
Yxy38.33180.44340.4494
Hunter Lab61.91270.679334.5793
CIE-Lab68.26454.537457.6902

#caa138 color RGB value is (202,161,56).

#caa138 hex color red value is 202, green value is 161 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #caa138 hue: 0.12 , saturation: 0.58 and the lightness value of caa138 is 0.51.

The process color (four color CMYK) of #caa138 color hex is 0.00, 0.20, 0.72, 0.21. Web safe color of #caa138 is #cc9933. Color #caa138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 00111000
Octal 312 241 70
Decimal 202 161 56
Hex CA A1 38

RGB Percentages of Color #caa138

%48.21
%38.42
%13.37

CMYK Percentages of Color #caa138

%0
%20
%72
%21

Triadic Colors of #caa138

#caa138 #38caa1 #a138ca

Analogous Colors of #caa138

#caa138 #aaca38 #ca5838

Monochromatic Colors of #caa138

#caa138

Complementary Color

#caa138 #3861ca

#caa138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa138 Color CSS Codes

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

#caa138 Text Font Color

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

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


#caa138 Background Color

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

This div background color is #caa138


#caa138 Border Color

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

This div border color is #caa138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa138


Comments

No comments written yet.

Please login to write comment.