Color Hex Logo

#ca924d Color Hex

#CA924D
(202,146,77)
0 Favorites   0 Comments

Color spaces of #ca924d

RGB 20214677
HSL0.090.540.55
HSV33°62°79°
CMYK 0.000.280.62   0.21
XYZ35.975633.650111.6202
Yxy33.65010.44280.4142
Hunter Lab58.00879.186228.7292
CIE-Lab64.683913.906444.2433

#ca924d color RGB value is (202,146,77).

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

The process color (four color CMYK) of #ca924d color hex is 0.00, 0.28, 0.62, 0.21. Web safe color of #ca924d is #cc9966. Color #ca924d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 01001101
Octal 312 222 115
Decimal 202 146 77
Hex CA 92 4D

RGB Percentages of Color #ca924d

%47.53
%34.35
%18.12

CMYK Percentages of Color #ca924d

%0
%28
%62
%21

Triadic Colors of #ca924d

#ca924d #4dca92 #924dca

Analogous Colors of #ca924d

#ca924d #c4ca4d #ca544d

Monochromatic Colors of #ca924d

#ca924d

Complementary Color

#ca924d #4d85ca

#ca924d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca924d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca924d Color CSS Codes

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

#ca924d Text Font Color

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

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


#ca924d Background Color

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

This div background color is #ca924d


#ca924d Border Color

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

This div border color is #ca924d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca924d


Comments

No comments written yet.

Please login to write comment.