Color Hex Logo

#ee697c Color Hex

#EE697C
(238,105,124)
0 Favorites   0 Comments

Color spaces of #ee697c

RGB 238105124
HSL0.980.800.67
HSV351°56°93°
CMYK 0.000.560.48   0.07
XYZ43.949629.735522.4919
Yxy29.73550.45700.3092
Hunter Lab54.530348.437213.7161
CIE-Lab61.425352.912015.2644

#ee697c color RGB value is (238,105,124).

#ee697c hex color red value is 238, green value is 105 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee697c hue: 0.98 , saturation: 0.80 and the lightness value of ee697c is 0.67.

The process color (four color CMYK) of #ee697c color hex is 0.00, 0.56, 0.48, 0.07. Web safe color of #ee697c is #ff6666. Color #ee697c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101001 01111100
Octal 356 151 174
Decimal 238 105 124
Hex EE 69 7C

RGB Percentages of Color #ee697c

%50.96
%22.48
%26.55

CMYK Percentages of Color #ee697c

%0
%56
%48
%7

Triadic Colors of #ee697c

#ee697c #7cee69 #697cee

Analogous Colors of #ee697c

#ee697c #ee9969 #ee69bf

Monochromatic Colors of #ee697c

#ee697c

Complementary Color

#ee697c #69eedb

#ee697c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee697c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee697c Color CSS Codes

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

#ee697c Text Font Color

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

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


#ee697c Background Color

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

This div background color is #ee697c


#ee697c Border Color

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

This div border color is #ee697c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee697c


Comments

No comments written yet.

Please login to write comment.