Color Hex Logo

#ee796c Color Hex

#EE796C
(238,121,108)
0 Favorites   0 Comments

Color spaces of #ee796c

RGB 238121108
HSL0.020.790.68
HSV55°93°
CMYK 0.000.490.55   0.07
XYZ44.804032.934618.1829
Yxy32.93460.46710.3433
Hunter Lab57.388738.926821.3868
CIE-Lab64.107943.838527.9807

#ee796c color RGB value is (238,121,108).

#ee796c hex color red value is 238, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ee796c hue: 0.02 , saturation: 0.79 and the lightness value of ee796c is 0.68.

The process color (four color CMYK) of #ee796c color hex is 0.00, 0.49, 0.55, 0.07. Web safe color of #ee796c is #ff6666. Color #ee796c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 01101100
Octal 356 171 154
Decimal 238 121 108
Hex EE 79 6C

RGB Percentages of Color #ee796c

%50.96
%25.91
%23.13

CMYK Percentages of Color #ee796c

%0
%49
%55
%7

Triadic Colors of #ee796c

#ee796c #6cee79 #796cee

Analogous Colors of #ee796c

#ee796c #eeba6c #ee6ca0

Monochromatic Colors of #ee796c

#ee796c

Complementary Color

#ee796c #6ce1ee

#ee796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee796c Color CSS Codes

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

#ee796c Text Font Color

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

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


#ee796c Background Color

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

This div background color is #ee796c


#ee796c Border Color

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

This div border color is #ee796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee796c


Comments

No comments written yet.

Please login to write comment.