Color Hex Logo

#ca962b Color Hex

#CA962B
(202,150,43)
0 Favorites   0 Comments

Color spaces of #ca962b

RGB 20215043
HSL0.110.650.48
HSV40°79°79°
CMYK 0.000.260.79   0.21
XYZ35.699534.54377.0715
Yxy34.54370.46170.4468
Hunter Lab58.77395.567334.0081
CIE-Lab65.39199.927159.9386

#ca962b color RGB value is (202,150,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 00101011
Octal 312 226 53
Decimal 202 150 43
Hex CA 96 2B

RGB Percentages of Color #ca962b

%51.14
%37.97
%10.89

CMYK Percentages of Color #ca962b

%0
%26
%79
%21

Triadic Colors of #ca962b

#ca962b #2bca96 #962bca

Analogous Colors of #ca962b

#ca962b #afca2b #ca472b

Monochromatic Colors of #ca962b

#ca962b

Complementary Color

#ca962b #2b5fca

#ca962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca962b Color CSS Codes

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

#ca962b Text Font Color

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

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


#ca962b Background Color

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

This div background color is #ca962b


#ca962b Border Color

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

This div border color is #ca962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca962b

#ca962b Color Palettes


Comments

No comments written yet.

Please login to write comment.