Color Hex Logo

#ca963a Color Hex

#CA963A
(202,150,58)
0 Favorites   0 Comments

Color spaces of #ca963a

RGB 20215058
HSL0.110.580.51
HSV38°71°79°
CMYK 0.000.260.71   0.21
XYZ36.027234.67478.7970
Yxy34.67470.45320.4362
Hunter Lab58.88526.160832.3622
CIE-Lab65.494610.584754.0467

#ca963a color RGB value is (202,150,58).

#ca963a hex color red value is 202, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca963a hue: 0.11 , saturation: 0.58 and the lightness value of ca963a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 00111010
Octal 312 226 72
Decimal 202 150 58
Hex CA 96 3A

RGB Percentages of Color #ca963a

%49.27
%36.59
%14.15

CMYK Percentages of Color #ca963a

%0
%26
%71
%21

Triadic Colors of #ca963a

#ca963a #3aca96 #963aca

Analogous Colors of #ca963a

#ca963a #b6ca3a #ca4e3a

Monochromatic Colors of #ca963a

#ca963a

Complementary Color

#ca963a #3a6eca

#ca963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca963a Color CSS Codes

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

#ca963a Text Font Color

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

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


#ca963a Background Color

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

This div background color is #ca963a


#ca963a Border Color

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

This div border color is #ca963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca963a


Comments

No comments written yet.

Please login to write comment.