Color Hex Logo

#ca9841 Color Hex

#CA9841
(202,152,65)
0 Favorites   0 Comments

Color spaces of #ca9841

RGB 20215265
HSL0.110.560.52
HSV38°68°79°
CMYK 0.000.250.68   0.21
XYZ36.539535.39479.9070
Yxy35.39470.44650.4325
Hunter Lab59.49345.517031.7723
CIE-Lab66.05489.877151.5191

#ca9841 color RGB value is (202,152,65).

#ca9841 hex color red value is 202, green value is 152 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ca9841 hue: 0.11 , saturation: 0.56 and the lightness value of ca9841 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 01000001
Octal 312 230 101
Decimal 202 152 65
Hex CA 98 41

RGB Percentages of Color #ca9841

%48.21
%36.28
%15.51

CMYK Percentages of Color #ca9841

%0
%25
%68
%21

Triadic Colors of #ca9841

#ca9841 #41ca98 #9841ca

Analogous Colors of #ca9841

#ca9841 #b8ca41 #ca5441

Monochromatic Colors of #ca9841

#ca9841

Complementary Color

#ca9841 #4173ca

#ca9841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9841 Color CSS Codes

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

#ca9841 Text Font Color

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

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


#ca9841 Background Color

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

This div background color is #ca9841


#ca9841 Border Color

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

This div border color is #ca9841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9841


Comments

No comments written yet.

Please login to write comment.