Color Hex Logo

#ca891d Color Hex

#CA891D
(202,137,29)
0 Favorites   0 Comments

Color spaces of #ca891d

RGB 20213729
HSL0.100.750.45
HSV37°86°79°
CMYK 0.000.320.86   0.21
XYZ33.524630.53665.2896
Yxy30.53660.48340.4403
Hunter Lab55.259911.585933.0066
CIE-Lab62.114516.573761.7034

#ca891d color RGB value is (202,137,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 00011101
Octal 312 211 35
Decimal 202 137 29
Hex CA 89 1D

RGB Percentages of Color #ca891d

%54.89
%37.23
%7.88

CMYK Percentages of Color #ca891d

%0
%32
%86
%21

Triadic Colors of #ca891d

#ca891d #1dca89 #891dca

Analogous Colors of #ca891d

#ca891d #b5ca1d #ca331d

Monochromatic Colors of #ca891d

#ca891d

Complementary Color

#ca891d #1d5eca

#ca891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca891d Color CSS Codes

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

#ca891d Text Font Color

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

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


#ca891d Background Color

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

This div background color is #ca891d


#ca891d Border Color

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

This div border color is #ca891d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca891d


Comments

No comments written yet.

Please login to write comment.