Color Hex Logo

#caa558 Color Hex

#CAA558
(202,165,88)
0 Favorites   0 Comments

Color spaces of #caa558

RGB 20216588
HSL0.110.520.57
HSV41°56°79°
CMYK 0.000.180.56   0.21
XYZ39.573740.171414.9006
Yxy40.17140.41810.4244
Hunter Lab63.38090.535030.4278
CIE-Lab69.59144.429944.5064

#caa558 color RGB value is (202,165,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100101 01011000
Octal 312 245 130
Decimal 202 165 88
Hex CA A5 58

RGB Percentages of Color #caa558

%44.40
%36.26
%19.34

CMYK Percentages of Color #caa558

%0
%18
%56
%21

Triadic Colors of #caa558

#caa558 #58caa5 #a558ca

Analogous Colors of #caa558

#caa558 #b6ca58 #ca6c58

Monochromatic Colors of #caa558

#caa558

Complementary Color

#caa558 #587dca

#caa558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa558 Color CSS Codes

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

#caa558 Text Font Color

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

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


#caa558 Background Color

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

This div background color is #caa558


#caa558 Border Color

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

This div border color is #caa558


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,165,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 #caa558">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa558


Comments

No comments written yet.

Please login to write comment.