Color Hex Logo

#ce804e Color Hex

#CE804E
(206,128,78)
0 Favorites   0 Comments

Color spaces of #ce804e

RGB 20612878
HSL0.070.570.56
HSV23°62°81°
CMYK 0.000.380.62   0.19
XYZ34.547929.110211.0057
Yxy29.11020.46270.3899
Hunter Lab53.953919.878425.6735
CIE-Lab60.878825.458539.3854

#ce804e color RGB value is (206,128,78).

#ce804e hex color red value is 206, green value is 128 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce804e hue: 0.07 , saturation: 0.57 and the lightness value of ce804e is 0.56.

The process color (four color CMYK) of #ce804e color hex is 0.00, 0.38, 0.62, 0.19. Web safe color of #ce804e is #cc9966. Color #ce804e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 01001110
Octal 316 200 116
Decimal 206 128 78
Hex CE 80 4E

RGB Percentages of Color #ce804e

%50.00
%31.07
%18.93

CMYK Percentages of Color #ce804e

%0
%38
%62
%19

Triadic Colors of #ce804e

#ce804e #4ece80 #804ece

Analogous Colors of #ce804e

#ce804e #cec04e #ce4e5c

Monochromatic Colors of #ce804e

#ce804e

Complementary Color

#ce804e #4e9cce

#ce804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce804e Color CSS Codes

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

#ce804e Text Font Color

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

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


#ce804e Background Color

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

This div background color is #ce804e


#ce804e Border Color

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

This div border color is #ce804e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce804e


Comments

No comments written yet.

Please login to write comment.