Color Hex Logo

#caa292 Color Hex

#CAA292
(202,162,146)
0 Favorites   0 Comments

Color spaces of #caa292

RGB 202162146
HSL0.050.350.68
HSV17°28°79°
CMYK 0.000.200.28   0.21
XYZ42.465840.472532.7679
Yxy40.47250.36700.3498
Hunter Lab63.61807.819513.9939
CIE-Lab69.804812.392713.9121

#caa292 color RGB value is (202,162,146).

#caa292 hex color red value is 202, green value is 162 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #caa292 hue: 0.05 , saturation: 0.35 and the lightness value of caa292 is 0.68.

The process color (four color CMYK) of #caa292 color hex is 0.00, 0.20, 0.28, 0.21. Web safe color of #caa292 is #cc9999. Color #caa292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100010 10010010
Octal 312 242 222
Decimal 202 162 146
Hex CA A2 92

RGB Percentages of Color #caa292

%39.61
%31.76
%28.63

CMYK Percentages of Color #caa292

%0
%20
%28
%21

Triadic Colors of #caa292

#caa292 #92caa2 #a292ca

Analogous Colors of #caa292

#caa292 #cabe92 #ca929e

Monochromatic Colors of #caa292

#caa292

Complementary Color

#caa292 #92baca

#caa292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa292 Color CSS Codes

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

#caa292 Text Font Color

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

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


#caa292 Background Color

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

This div background color is #caa292


#caa292 Border Color

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

This div border color is #caa292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa292


Comments

No comments written yet.

Please login to write comment.