Color Hex Logo

#cac993 Color Hex

#CAC993
(202,201,147)
0 Favorites   0 Comments

Color spaces of #cac993

RGB 202201147
HSL0.160.340.68
HSV59°27°79°
CMYK 0.000.000.27   0.21
XYZ50.510256.436435.8349
Yxy56.43640.35380.3953
Hunter Lab75.1242-11.451724.3051
CIE-Lab79.8615-8.200827.1939

#cac993 color RGB value is (202,201,147).

#cac993 hex color red value is 202, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cac993 hue: 0.16 , saturation: 0.34 and the lightness value of cac993 is 0.68.

The process color (four color CMYK) of #cac993 color hex is 0.00, 0.00, 0.27, 0.21. Web safe color of #cac993 is #cccc99. Color #cac993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001001 10010011
Octal 312 311 223
Decimal 202 201 147
Hex CA C9 93

RGB Percentages of Color #cac993

%36.73
%36.55
%26.73

CMYK Percentages of Color #cac993

%0
%0
%27
%21

Triadic Colors of #cac993

#cac993 #93cac9 #c993ca

Analogous Colors of #cac993

#cac993 #b0ca93 #caae93

Monochromatic Colors of #cac993

#cac993

Complementary Color

#cac993 #9394ca

#cac993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac993 Color CSS Codes

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

#cac993 Text Font Color

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

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


#cac993 Background Color

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

This div background color is #cac993


#cac993 Border Color

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

This div border color is #cac993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac993


Comments

No comments written yet.

Please login to write comment.