Color Hex Logo

#ce795a Color Hex

#CE795A
(206,121,90)
0 Favorites   0 Comments

Color spaces of #ce795a

RGB 20612190
HSL0.040.540.58
HSV16°56°81°
CMYK 0.000.410.56   0.19
XYZ34.136427.534713.1884
Yxy27.53470.45600.3678
Hunter Lab52.473524.293721.8298
CIE-Lab59.466030.125531.1582

#ce795a color RGB value is (206,121,90).

#ce795a hex color red value is 206, green value is 121 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ce795a hue: 0.04 , saturation: 0.54 and the lightness value of ce795a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 01011010
Octal 316 171 132
Decimal 206 121 90
Hex CE 79 5A

RGB Percentages of Color #ce795a

%49.40
%29.02
%21.58

CMYK Percentages of Color #ce795a

%0
%41
%56
%19

Triadic Colors of #ce795a

#ce795a #5ace79 #795ace

Analogous Colors of #ce795a

#ce795a #ceb35a #ce5a75

Monochromatic Colors of #ce795a

#ce795a

Complementary Color

#ce795a #5aafce

#ce795a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce795a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce795a Color CSS Codes

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

#ce795a Text Font Color

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

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


#ce795a Background Color

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

This div background color is #ce795a


#ce795a Border Color

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

This div border color is #ce795a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce795a


Comments

No comments written yet.

Please login to write comment.