Color Hex Logo

#ee606c Color Hex

#EE606C
(238,96,108)
0 Favorites   0 Comments

Color spaces of #ee606c

RGB 23896108
HSL0.990.810.65
HSV355°60°93°
CMYK 0.000.600.55   0.07
XYZ42.149527.625617.2981
Yxy27.62560.48410.3173
Hunter Lab52.560151.164417.2790
CIE-Lab59.549055.647221.9367

#ee606c color RGB value is (238,96,108).

#ee606c hex color red value is 238, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ee606c hue: 0.99 , saturation: 0.81 and the lightness value of ee606c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100000 01101100
Octal 356 140 154
Decimal 238 96 108
Hex EE 60 6C

RGB Percentages of Color #ee606c

%53.85
%21.72
%24.43

CMYK Percentages of Color #ee606c

%0
%60
%55
%7

Triadic Colors of #ee606c

#ee606c #6cee60 #606cee

Analogous Colors of #ee606c

#ee606c #ee9b60 #ee60b3

Monochromatic Colors of #ee606c

#ee606c

Complementary Color

#ee606c #60eee2

#ee606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee606c Color CSS Codes

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

#ee606c Text Font Color

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

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


#ee606c Background Color

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

This div background color is #ee606c


#ee606c Border Color

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

This div border color is #ee606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee606c


Comments

No comments written yet.

Please login to write comment.