Color Hex Logo

#caa983 Color Hex

#CAA983
(202,169,131)
0 Favorites   0 Comments

Color spaces of #caa983

RGB 202169131
HSL0.090.400.65
HSV32°35°79°
CMYK 0.000.160.35   0.21
XYZ42.641842.571227.4423
Yxy42.57120.37850.3779
Hunter Lab65.24662.476820.7356
CIE-Lab71.26306.634624.1204

#caa983 color RGB value is (202,169,131).

#caa983 hex color red value is 202, green value is 169 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #caa983 hue: 0.09 , saturation: 0.40 and the lightness value of caa983 is 0.65.

The process color (four color CMYK) of #caa983 color hex is 0.00, 0.16, 0.35, 0.21. Web safe color of #caa983 is #cc9999. Color #caa983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 10000011
Octal 312 251 203
Decimal 202 169 131
Hex CA A9 83

RGB Percentages of Color #caa983

%40.24
%33.67
%26.10

CMYK Percentages of Color #caa983

%0
%16
%35
%21

Triadic Colors of #caa983

#caa983 #83caa9 #a983ca

Analogous Colors of #caa983

#caa983 #c8ca83 #ca8683

Monochromatic Colors of #caa983

#caa983

Complementary Color

#caa983 #83a4ca

#caa983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa983 Color CSS Codes

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

#caa983 Text Font Color

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

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


#caa983 Background Color

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

This div background color is #caa983


#caa983 Border Color

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

This div border color is #caa983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa983


Comments

No comments written yet.

Please login to write comment.