Color Hex Logo

#ca864f Color Hex

#CA864F
(202,134,79)
0 Favorites   0 Comments

Color spaces of #ca864f

RGB 20213479
HSL0.070.540.55
HSV27°61°79°
CMYK 0.000.340.61   0.21
XYZ34.293530.171311.4133
Yxy30.17130.45200.3976
Hunter Lab54.928415.318326.1303
CIE-Lab61.801720.602139.8405

#ca864f color RGB value is (202,134,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000110 01001111
Octal 312 206 117
Decimal 202 134 79
Hex CA 86 4F

RGB Percentages of Color #ca864f

%48.67
%32.29
%19.04

CMYK Percentages of Color #ca864f

%0
%34
%61
%21

Triadic Colors of #ca864f

#ca864f #4fca86 #864fca

Analogous Colors of #ca864f

#ca864f #cac44f #ca4f56

Monochromatic Colors of #ca864f

#ca864f

Complementary Color

#ca864f #4f93ca

#ca864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca864f Color CSS Codes

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

#ca864f Text Font Color

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

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


#ca864f Background Color

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

This div background color is #ca864f


#ca864f Border Color

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

This div border color is #ca864f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca864f


Comments

No comments written yet.

Please login to write comment.