Color Hex Logo

#ce8221 Color Hex

#CE8221
(206,130,33)
0 Favorites   0 Comments

Color spaces of #ce8221

RGB 20613033
HSL0.090.720.47
HSV34°84°81°
CMYK 0.000.370.84   0.19
XYZ33.710729.19695.2977
Yxy29.19690.49430.4281
Hunter Lab54.034216.802432.0109
CIE-Lab60.955022.223959.6671

#ce8221 color RGB value is (206,130,33).

#ce8221 hex color red value is 206, green value is 130 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ce8221 hue: 0.09 , saturation: 0.72 and the lightness value of ce8221 is 0.47.

The process color (four color CMYK) of #ce8221 color hex is 0.00, 0.37, 0.84, 0.19. Web safe color of #ce8221 is #cc9933. Color #ce8221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 00100001
Octal 316 202 41
Decimal 206 130 33
Hex CE 82 21

RGB Percentages of Color #ce8221

%55.83
%35.23
%8.94

CMYK Percentages of Color #ce8221

%0
%37
%84
%19

Triadic Colors of #ce8221

#ce8221 #21ce82 #8221ce

Analogous Colors of #ce8221

#ce8221 #c4ce21 #ce2b21

Monochromatic Colors of #ce8221

#ce8221

Complementary Color

#ce8221 #216dce

#ce8221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8221 Color CSS Codes

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

#ce8221 Text Font Color

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

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


#ce8221 Background Color

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

This div background color is #ce8221


#ce8221 Border Color

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

This div border color is #ce8221


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,130,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce8221; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce8221;
  -webkit-box-shadow: 1px 1px 3px 2px #ce8221;
  box-shadow:         1px 1px 3px 2px #ce8221; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,130,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8221


Comments

No comments written yet.

Please login to write comment.