Color Hex Logo

#ce791e Color Hex

#CE791E
(206,121,30)
0 Favorites   0 Comments

Color spaces of #ce791e

RGB 20612130
HSL0.090.750.46
HSV31°85°81°
CMYK 0.000.410.85   0.19
XYZ32.525326.89034.7044
Yxy26.89030.50730.4194
Hunter Lab51.855921.211930.9203
CIE-Lab58.872727.001558.9111

#ce791e color RGB value is (206,121,30).

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

The process color (four color CMYK) of #ce791e color hex is 0.00, 0.41, 0.85, 0.19. Web safe color of #ce791e is #cc6633. Color #ce791e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 00011110
Octal 316 171 36
Decimal 206 121 30
Hex CE 79 1E

RGB Percentages of Color #ce791e

%57.70
%33.89
%8.40

CMYK Percentages of Color #ce791e

%0
%41
%85
%19

Triadic Colors of #ce791e

#ce791e #1ece79 #791ece

Analogous Colors of #ce791e

#ce791e #cbce1e #ce211e

Monochromatic Colors of #ce791e

#ce791e

Complementary Color

#ce791e #1e73ce

#ce791e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce791e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce791e Color CSS Codes

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

#ce791e Text Font Color

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

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


#ce791e Background Color

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

This div background color is #ce791e


#ce791e Border Color

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

This div border color is #ce791e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce791e


Comments

No comments written yet.

Please login to write comment.