Color Hex Logo

#ca971d Color Hex

#CA971D
(202,151,29)
0 Favorites   0 Comments

Color spaces of #ca971d

RGB 20215129
HSL0.120.750.45
HSV42°86°79°
CMYK 0.000.250.86   0.21
XYZ35.645534.77855.9966
Yxy34.77850.46640.4551
Hunter Lab58.97334.688335.2525
CIE-Lab65.57588.952064.5550

#ca971d color RGB value is (202,151,29).

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

The process color (four color CMYK) of #ca971d color hex is 0.00, 0.25, 0.86, 0.21. Web safe color of #ca971d is #cc9933. Color #ca971d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010111 00011101
Octal 312 227 35
Decimal 202 151 29
Hex CA 97 1D

RGB Percentages of Color #ca971d

%52.88
%39.53
%7.59

CMYK Percentages of Color #ca971d

%0
%25
%86
%21

Triadic Colors of #ca971d

#ca971d #1dca97 #971dca

Analogous Colors of #ca971d

#ca971d #a7ca1d #ca411d

Monochromatic Colors of #ca971d

#ca971d

Complementary Color

#ca971d #1d50ca

#ca971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca971d Color CSS Codes

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

#ca971d Text Font Color

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

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


#ca971d Background Color

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

This div background color is #ca971d


#ca971d Border Color

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

This div border color is #ca971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca971d


Comments

No comments written yet.

Please login to write comment.