Color Hex Logo

#ca865f Color Hex

#CA865F
(202,134,95)
0 Favorites   0 Comments

Color spaces of #ca865f

RGB 20213495
HSL0.060.500.58
HSV22°53°79°
CMYK 0.000.340.53   0.21
XYZ34.947830.433014.8587
Yxy30.43300.43550.3793
Hunter Lab55.166116.539322.6468
CIE-Lab62.026021.884931.5594

#ca865f color RGB value is (202,134,95).

#ca865f hex color red value is 202, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ca865f hue: 0.06 , saturation: 0.50 and the lightness value of ca865f is 0.58.

The process color (four color CMYK) of #ca865f color hex is 0.00, 0.34, 0.53, 0.21. Web safe color of #ca865f is #cc9966. Color #ca865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 01011111
Octal 312 206 137
Decimal 202 134 95
Hex CA 86 5F

RGB Percentages of Color #ca865f

%46.87
%31.09
%22.04

CMYK Percentages of Color #ca865f

%0
%34
%53
%21

Triadic Colors of #ca865f

#ca865f #5fca86 #865fca

Analogous Colors of #ca865f

#ca865f #cabc5f #ca5f6e

Monochromatic Colors of #ca865f

#ca865f

Complementary Color

#ca865f #5fa3ca

#ca865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca865f Color CSS Codes

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

#ca865f Text Font Color

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

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


#ca865f Background Color

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

This div background color is #ca865f


#ca865f Border Color

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

This div border color is #ca865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca865f


Comments

No comments written yet.

Please login to write comment.