Color Hex Logo

#caa958 Color Hex

#CAA958
(202,169,88)
0 Favorites   0 Comments

Color spaces of #caa958

RGB 20216988
HSL0.120.520.57
HSV43°56°79°
CMYK 0.000.160.56   0.21
XYZ40.306541.637115.1449
Yxy41.63710.41520.4289
Hunter Lab64.5268-1.422431.2530
CIE-Lab70.62002.287045.7196

#caa958 color RGB value is (202,169,88).

#caa958 hex color red value is 202, green value is 169 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #caa958 hue: 0.12 , saturation: 0.52 and the lightness value of caa958 is 0.57.

The process color (four color CMYK) of #caa958 color hex is 0.00, 0.16, 0.56, 0.21. Web safe color of #caa958 is #cc9966. Color #caa958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 01011000
Octal 312 251 130
Decimal 202 169 88
Hex CA A9 58

RGB Percentages of Color #caa958

%44.01
%36.82
%19.17

CMYK Percentages of Color #caa958

%0
%16
%56
%21

Triadic Colors of #caa958

#caa958 #58caa9 #a958ca

Analogous Colors of #caa958

#caa958 #b2ca58 #ca7058

Monochromatic Colors of #caa958

#caa958

Complementary Color

#caa958 #5879ca

#caa958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa958 Color CSS Codes

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

#caa958 Text Font Color

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

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


#caa958 Background Color

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

This div background color is #caa958


#caa958 Border Color

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

This div border color is #caa958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa958

#caa958 Color Palettes


Comments

No comments written yet.

Please login to write comment.