Color Hex Logo

#ce821e Color Hex

#CE821E
(206,130,30)
0 Favorites   0 Comments

Color spaces of #ce821e

RGB 20613030
HSL0.090.750.46
HSV34°85°81°
CMYK 0.000.370.85   0.19
XYZ33.670629.18085.0861
Yxy29.18080.49560.4295
Hunter Lab54.019316.726732.2311
CIE-Lab60.940922.144560.6281

#ce821e color RGB value is (206,130,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 00011110
Octal 316 202 36
Decimal 206 130 30
Hex CE 82 1E

RGB Percentages of Color #ce821e

%56.28
%35.52
%8.20

CMYK Percentages of Color #ce821e

%0
%37
%85
%19

Triadic Colors of #ce821e

#ce821e #1ece82 #821ece

Analogous Colors of #ce821e

#ce821e #c2ce1e #ce2a1e

Monochromatic Colors of #ce821e

#ce821e

Complementary Color

#ce821e #1e6ace

#ce821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce821e Color CSS Codes

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

#ce821e Text Font Color

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

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


#ce821e Background Color

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

This div background color is #ce821e


#ce821e Border Color

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

This div border color is #ce821e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce821e


Comments

No comments written yet.

Please login to write comment.