Color Hex Logo

#ca964a Color Hex

#CA964A
(202,150,74)
0 Favorites   0 Comments

Color spaces of #ca964a

RGB 20215074
HSL0.100.550.54
HSV36°63°79°
CMYK 0.000.260.63   0.21
XYZ36.499534.863711.2842
Yxy34.86370.44160.4218
Hunter Lab59.04557.011830.0009
CIE-Lab65.642411.522046.8192

#ca964a color RGB value is (202,150,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 01001010
Octal 312 226 112
Decimal 202 150 74
Hex CA 96 4A

RGB Percentages of Color #ca964a

%47.42
%35.21
%17.37

CMYK Percentages of Color #ca964a

%0
%26
%63
%21

Triadic Colors of #ca964a

#ca964a #4aca96 #964aca

Analogous Colors of #ca964a

#ca964a #beca4a #ca564a

Monochromatic Colors of #ca964a

#ca964a

Complementary Color

#ca964a #4a7eca

#ca964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca964a Color CSS Codes

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

#ca964a Text Font Color

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

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


#ca964a Background Color

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

This div background color is #ca964a


#ca964a Border Color

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

This div border color is #ca964a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,150,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 #ca964a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca964a


Comments

No comments written yet.

Please login to write comment.