Color Hex Logo

#ce801c Color Hex

#CE801C
(206,128,28)
0 Favorites   0 Comments

Color spaces of #ce801c

RGB 20612828
HSL0.090.760.46
HSV34°86°81°
CMYK 0.000.380.86   0.19
XYZ33.382428.64404.8680
Yxy28.64400.49900.4282
Hunter Lab53.520117.676732.0713
CIE-Lab60.466123.178460.8542

#ce801c color RGB value is (206,128,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 00011100
Octal 316 200 34
Decimal 206 128 28
Hex CE 80 1C

RGB Percentages of Color #ce801c

%56.91
%35.36
%7.73

CMYK Percentages of Color #ce801c

%0
%38
%86
%19

Triadic Colors of #ce801c

#ce801c #1cce80 #801cce

Analogous Colors of #ce801c

#ce801c #c3ce1c #ce271c

Monochromatic Colors of #ce801c

#ce801c

Complementary Color

#ce801c #1c6ace

#ce801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce801c Color CSS Codes

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

#ce801c Text Font Color

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

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


#ce801c Background Color

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

This div background color is #ce801c


#ce801c Border Color

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

This div border color is #ce801c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce801c


Comments

No comments written yet.

Please login to write comment.