Color Hex Logo

#ca970b Color Hex

#CA970B
(202,151,11)
0 Favorites   0 Comments

Color spaces of #ca970b

RGB 20215111
HSL0.120.900.42
HSV44°95°79°
CMYK 0.000.250.95   0.21
XYZ35.484134.71395.1469
Yxy34.71390.47100.4607
Hunter Lab58.91854.395636.0636
CIE-Lab65.52538.624968.2464

#ca970b color RGB value is (202,151,11).

#ca970b hex color red value is 202, green value is 151 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ca970b hue: 0.12 , saturation: 0.90 and the lightness value of ca970b is 0.42.

The process color (four color CMYK) of #ca970b color hex is 0.00, 0.25, 0.95, 0.21. Web safe color of #ca970b is #cc9900. Color #ca970b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010111 00001011
Octal 312 227 13
Decimal 202 151 11
Hex CA 97 B

RGB Percentages of Color #ca970b

%55.49
%41.48
%3.02

CMYK Percentages of Color #ca970b

%0
%25
%95
%21

Triadic Colors of #ca970b

#ca970b #0bca97 #970bca

Analogous Colors of #ca970b

#ca970b #9eca0b #ca370b

Monochromatic Colors of #ca970b

#ca970b

Complementary Color

#ca970b #0b3eca

#ca970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca970b Color CSS Codes

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

#ca970b Text Font Color

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

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


#ca970b Background Color

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

This div background color is #ca970b


#ca970b Border Color

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

This div border color is #ca970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca970b


Comments

No comments written yet.

Please login to write comment.