Color Hex Logo

#ca993e Color Hex

#CA993E
(202,153,62)
0 Favorites   0 Comments

Color spaces of #ca993e

RGB 20215362
HSL0.110.570.52
HSV39°69°79°
CMYK 0.000.240.69   0.21
XYZ36.617935.68689.5157
Yxy35.68680.44750.4362
Hunter Lab59.73844.873032.3726
CIE-Lab66.27999.166753.1075

#ca993e color RGB value is (202,153,62).

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

The process color (four color CMYK) of #ca993e color hex is 0.00, 0.24, 0.69, 0.21. Web safe color of #ca993e is #cc9933. Color #ca993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 00111110
Octal 312 231 76
Decimal 202 153 62
Hex CA 99 3E

RGB Percentages of Color #ca993e

%48.44
%36.69
%14.87

CMYK Percentages of Color #ca993e

%0
%24
%69
%21

Triadic Colors of #ca993e

#ca993e #3eca99 #993eca

Analogous Colors of #ca993e

#ca993e #b5ca3e #ca533e

Monochromatic Colors of #ca993e

#ca993e

Complementary Color

#ca993e #3e6fca

#ca993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca993e Color CSS Codes

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

#ca993e Text Font Color

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

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


#ca993e Background Color

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

This div background color is #ca993e


#ca993e Border Color

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

This div border color is #ca993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca993e


Comments

No comments written yet.

Please login to write comment.