Color Hex Logo

#ca914a Color Hex

#CA914A
(202,145,74)
0 Favorites   0 Comments

Color spaces of #ca914a

RGB 20214574
HSL0.090.550.54
HSV33°63°79°
CMYK 0.000.280.63   0.21
XYZ35.718633.301811.0239
Yxy33.30180.44620.4160
Hunter Lab57.70779.495429.0692
CIE-Lab64.404514.247145.4130

#ca914a color RGB value is (202,145,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 01001010
Octal 312 221 112
Decimal 202 145 74
Hex CA 91 4A

RGB Percentages of Color #ca914a

%47.98
%34.44
%17.58

CMYK Percentages of Color #ca914a

%0
%28
%63
%21

Triadic Colors of #ca914a

#ca914a #4aca91 #914aca

Analogous Colors of #ca914a

#ca914a #c3ca4a #ca514a

Monochromatic Colors of #ca914a

#ca914a

Complementary Color

#ca914a #4a83ca

#ca914a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca914a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca914a Color CSS Codes

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

#ca914a Text Font Color

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

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


#ca914a Background Color

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

This div background color is #ca914a


#ca914a Border Color

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

This div border color is #ca914a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca914a


Comments

No comments written yet.

Please login to write comment.