Color Hex Logo

#ca833d Color Hex

#CA833D
(202,131,61)
0 Favorites   0 Comments

Color spaces of #ca833d

RGB 20213161
HSL0.080.570.52
HSV30°70°79°
CMYK 0.000.350.70   0.21
XYZ33.315729.12618.2808
Yxy29.12610.47110.4118
Hunter Lab53.968615.745928.6807
CIE-Lab60.892821.104447.8378

#ca833d color RGB value is (202,131,61).

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

The process color (four color CMYK) of #ca833d color hex is 0.00, 0.35, 0.70, 0.21. Web safe color of #ca833d is #cc9933. Color #ca833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 00111101
Octal 312 203 75
Decimal 202 131 61
Hex CA 83 3D

RGB Percentages of Color #ca833d

%51.27
%33.25
%15.48

CMYK Percentages of Color #ca833d

%0
%35
%70
%21

Triadic Colors of #ca833d

#ca833d #3dca83 #833dca

Analogous Colors of #ca833d

#ca833d #caca3d #ca3d3d

Monochromatic Colors of #ca833d

#ca833d

Complementary Color

#ca833d #3d84ca

#ca833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca833d Color CSS Codes

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

#ca833d Text Font Color

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

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


#ca833d Background Color

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

This div background color is #ca833d


#ca833d Border Color

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

This div border color is #ca833d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca833d


Comments

No comments written yet.

Please login to write comment.