Color Hex Logo

#cac590 Color Hex

#CAC590
(202,197,144)
0 Favorites   0 Comments

Color spaces of #cac590

RGB 202197144
HSL0.150.350.68
HSV55°29°79°
CMYK 0.000.020.29   0.21
XYZ49.357454.502734.3042
Yxy54.50270.35720.3945
Hunter Lab73.8259-9.856724.1283
CIE-Lab78.7540-6.531527.2790

#cac590 color RGB value is (202,197,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 10010000
Octal 312 305 220
Decimal 202 197 144
Hex CA C5 90

RGB Percentages of Color #cac590

%37.20
%36.28
%26.52

CMYK Percentages of Color #cac590

%0
%2
%29
%21

Triadic Colors of #cac590

#cac590 #90cac5 #c590ca

Analogous Colors of #cac590

#cac590 #b2ca90 #caa890

Monochromatic Colors of #cac590

#cac590

Complementary Color

#cac590 #9095ca

#cac590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac590 Color CSS Codes

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

#cac590 Text Font Color

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

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


#cac590 Background Color

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

This div background color is #cac590


#cac590 Border Color

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

This div border color is #cac590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac590


Comments

No comments written yet.

Please login to write comment.