Color Hex Logo

#ce794f Color Hex

#CE794F
(206,121,79)
0 Favorites   0 Comments

Color spaces of #ce794f

RGB 20612179
HSL0.060.560.56
HSV20°62°81°
CMYK 0.000.410.62   0.19
XYZ33.702327.361110.9020
Yxy27.36110.46830.3802
Hunter Lab52.307823.470124.2583
CIE-Lab59.307129.297636.9691

#ce794f color RGB value is (206,121,79).

#ce794f hex color red value is 206, green value is 121 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce794f hue: 0.06 , saturation: 0.56 and the lightness value of ce794f is 0.56.

The process color (four color CMYK) of #ce794f color hex is 0.00, 0.41, 0.62, 0.19. Web safe color of #ce794f is #cc6666. Color #ce794f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 01001111
Octal 316 171 117
Decimal 206 121 79
Hex CE 79 4F

RGB Percentages of Color #ce794f

%50.74
%29.80
%19.46

CMYK Percentages of Color #ce794f

%0
%41
%62
%19

Triadic Colors of #ce794f

#ce794f #4fce79 #794fce

Analogous Colors of #ce794f

#ce794f #ceb94f #ce4f65

Monochromatic Colors of #ce794f

#ce794f

Complementary Color

#ce794f #4fa4ce

#ce794f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce794f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce794f Color CSS Codes

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

#ce794f Text Font Color

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

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


#ce794f Background Color

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

This div background color is #ce794f


#ce794f Border Color

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

This div border color is #ce794f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce794f


Comments

No comments written yet.

Please login to write comment.