Color Hex Logo

#ca682e Color Hex

#CA682E
(202,104,46)
0 Favorites   0 Comments

Color spaces of #ca682e

RGB 20210446
HSL0.060.630.49
HSV22°77°79°
CMYK 0.000.490.77   0.21
XYZ29.800622.65445.3868
Yxy22.65440.51520.3917
Hunter Lab47.596628.466026.6074
CIE-Lab54.714634.872448.5007

#ca682e color RGB value is (202,104,46).

#ca682e hex color red value is 202, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ca682e hue: 0.06 , saturation: 0.63 and the lightness value of ca682e is 0.49.

The process color (four color CMYK) of #ca682e color hex is 0.00, 0.49, 0.77, 0.21. Web safe color of #ca682e is #cc6633. Color #ca682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101000 00101110
Octal 312 150 56
Decimal 202 104 46
Hex CA 68 2E

RGB Percentages of Color #ca682e

%57.39
%29.55
%13.07

CMYK Percentages of Color #ca682e

%0
%49
%77
%21

Triadic Colors of #ca682e

#ca682e #2eca68 #682eca

Analogous Colors of #ca682e

#ca682e #cab62e #ca2e42

Monochromatic Colors of #ca682e

#ca682e

Complementary Color

#ca682e #2e90ca

#ca682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca682e Color CSS Codes

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

#ca682e Text Font Color

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

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


#ca682e Background Color

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

This div background color is #ca682e


#ca682e Border Color

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

This div border color is #ca682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca682e


Comments

No comments written yet.

Please login to write comment.