Color Hex Logo

#ce803e Color Hex

#CE803E
(206,128,62)
0 Favorites   0 Comments

Color spaces of #ce803e

RGB 20612862
HSL0.080.600.53
HSV28°70°81°
CMYK 0.000.380.70   0.19
XYZ34.042328.90808.3430
Yxy28.90800.47750.4055
Hunter Lab53.766218.927328.4362
CIE-Lab60.700324.478347.2945

#ce803e color RGB value is (206,128,62).

#ce803e hex color red value is 206, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ce803e hue: 0.08 , saturation: 0.60 and the lightness value of ce803e is 0.53.

The process color (four color CMYK) of #ce803e color hex is 0.00, 0.38, 0.70, 0.19. Web safe color of #ce803e is #cc9933. Color #ce803e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 00111110
Octal 316 200 76
Decimal 206 128 62
Hex CE 80 3E

RGB Percentages of Color #ce803e

%52.02
%32.32
%15.66

CMYK Percentages of Color #ce803e

%0
%38
%70
%19

Triadic Colors of #ce803e

#ce803e #3ece80 #803ece

Analogous Colors of #ce803e

#ce803e #cec83e #ce3e44

Monochromatic Colors of #ce803e

#ce803e

Complementary Color

#ce803e #3e8cce

#ce803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce803e Color CSS Codes

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

#ce803e Text Font Color

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

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


#ce803e Background Color

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

This div background color is #ce803e


#ce803e Border Color

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

This div border color is #ce803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce803e


Comments

No comments written yet.

Please login to write comment.