Color Hex Logo

#cd831e Color Hex

#CD831E
(205,131,30)
0 Favorites   0 Comments

Color spaces of #cd831e

RGB 20513130
HSL0.100.740.46
HSV35°85°80°
CMYK 0.000.360.85   0.20
XYZ33.527529.30555.1177
Yxy29.30550.49340.4313
Hunter Lab54.134615.816132.2891
CIE-Lab61.050321.170860.6679

#cd831e color RGB value is (205,131,30).

#cd831e hex color red value is 205, green value is 131 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cd831e hue: 0.10 , saturation: 0.74 and the lightness value of cd831e is 0.46.

The process color (four color CMYK) of #cd831e color hex is 0.00, 0.36, 0.85, 0.20. Web safe color of #cd831e is #cc9933. Color #cd831e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000011 00011110
Octal 315 203 36
Decimal 205 131 30
Hex CD 83 1E

RGB Percentages of Color #cd831e

%56.01
%35.79
%8.20

CMYK Percentages of Color #cd831e

%0
%36
%85
%20

Triadic Colors of #cd831e

#cd831e #1ecd83 #831ecd

Analogous Colors of #cd831e

#cd831e #c0cd1e #cd2c1e

Monochromatic Colors of #cd831e

#cd831e

Complementary Color

#cd831e #1e68cd

#cd831e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd831e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd831e Color CSS Codes

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

#cd831e Text Font Color

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

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


#cd831e Background Color

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

This div background color is #cd831e


#cd831e Border Color

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

This div border color is #cd831e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd831e


Comments

No comments written yet.

Please login to write comment.