Color Hex Logo

#ca8b3f Color Hex

#CA8B3F
(202,139,63)
0 Favorites   0 Comments

Color spaces of #ca8b3f

RGB 20213963
HSL0.090.570.52
HSV33°69°79°
CMYK 0.000.310.69   0.21
XYZ34.486931.38078.9420
Yxy31.38070.46100.4195
Hunter Lab56.018511.858429.7487
CIE-Lab62.827716.847848.9761

#ca8b3f color RGB value is (202,139,63).

#ca8b3f hex color red value is 202, green value is 139 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ca8b3f hue: 0.09 , saturation: 0.57 and the lightness value of ca8b3f is 0.52.

The process color (four color CMYK) of #ca8b3f color hex is 0.00, 0.31, 0.69, 0.21. Web safe color of #ca8b3f is #cc9933. Color #ca8b3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 00111111
Octal 312 213 77
Decimal 202 139 63
Hex CA 8B 3F

RGB Percentages of Color #ca8b3f

%50.00
%34.41
%15.59

CMYK Percentages of Color #ca8b3f

%0
%31
%69
%21

Triadic Colors of #ca8b3f

#ca8b3f #3fca8b #8b3fca

Analogous Colors of #ca8b3f

#ca8b3f #c4ca3f #ca463f

Monochromatic Colors of #ca8b3f

#ca8b3f

Complementary Color

#ca8b3f #3f7eca

#ca8b3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8b3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8b3f Color CSS Codes

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

#ca8b3f Text Font Color

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

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


#ca8b3f Background Color

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

This div background color is #ca8b3f


#ca8b3f Border Color

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

This div border color is #ca8b3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8b3f


Comments

No comments written yet.

Please login to write comment.