Color Hex Logo

#ca994a Color Hex

#CA994A
(202,153,74)
0 Favorites   0 Comments

Color spaces of #ca994a

RGB 20215374
HSL0.100.550.54
HSV37°63°79°
CMYK 0.000.240.63   0.21
XYZ36.984435.833411.4458
Yxy35.83340.43890.4253
Hunter Lab59.86105.527330.5661
CIE-Lab66.39249.891547.6661

#ca994a color RGB value is (202,153,74).

#ca994a hex color red value is 202, green value is 153 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ca994a hue: 0.10 , saturation: 0.55 and the lightness value of ca994a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 01001010
Octal 312 231 112
Decimal 202 153 74
Hex CA 99 4A

RGB Percentages of Color #ca994a

%47.09
%35.66
%17.25

CMYK Percentages of Color #ca994a

%0
%24
%63
%21

Triadic Colors of #ca994a

#ca994a #4aca99 #994aca

Analogous Colors of #ca994a

#ca994a #bbca4a #ca594a

Monochromatic Colors of #ca994a

#ca994a

Complementary Color

#ca994a #4a7bca

#ca994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca994a Color CSS Codes

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

#ca994a Text Font Color

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

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


#ca994a Background Color

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

This div background color is #ca994a


#ca994a Border Color

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

This div border color is #ca994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca994a


Comments

No comments written yet.

Please login to write comment.