Color Hex Logo

#ca915f Color Hex

#CA915F
(202,145,95)
0 Favorites   0 Comments

Color spaces of #ca915f

RGB 20214595
HSL0.080.500.58
HSV28°53°79°
CMYK 0.000.280.53   0.21
XYZ36.548133.633615.3921
Yxy33.63360.42710.3930
Hunter Lab57.994511.000324.8602
CIE-Lab64.670715.871734.9014

#ca915f color RGB value is (202,145,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 01011111
Octal 312 221 137
Decimal 202 145 95
Hex CA 91 5F

RGB Percentages of Color #ca915f

%45.70
%32.81
%21.49

CMYK Percentages of Color #ca915f

%0
%28
%53
%21

Triadic Colors of #ca915f

#ca915f #5fca91 #915fca

Analogous Colors of #ca915f

#ca915f #cac75f #ca5f62

Monochromatic Colors of #ca915f

#ca915f

Complementary Color

#ca915f #5f98ca

#ca915f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca915f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca915f Color CSS Codes

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

#ca915f Text Font Color

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

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


#ca915f Background Color

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

This div background color is #ca915f


#ca915f Border Color

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

This div border color is #ca915f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca915f


Comments

No comments written yet.

Please login to write comment.