Color Hex Logo

#ee6eba Color Hex

#EE6EBA
(238,110,186)
0 Favorites   0 Comments

Color spaces of #ee6eba

RGB 238110186
HSL0.900.790.68
HSV324°54°93°
CMYK 0.000.540.22   0.07
XYZ49.698832.874250.1803
Yxy32.87420.37440.2476
Hunter Lab57.336054.3855-11.7552
CIE-Lab64.058957.7336-16.4529

#ee6eba color RGB value is (238,110,186).

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

The process color (four color CMYK) of #ee6eba color hex is 0.00, 0.54, 0.22, 0.07. Web safe color of #ee6eba is #ff66cc. Color #ee6eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101110 10111010
Octal 356 156 272
Decimal 238 110 186
Hex EE 6E BA

RGB Percentages of Color #ee6eba

%44.57
%20.60
%34.83

CMYK Percentages of Color #ee6eba

%0
%54
%22
%7

Triadic Colors of #ee6eba

#ee6eba #baee6e #6ebaee

Analogous Colors of #ee6eba

#ee6eba #ee6e7a #e26eee

Monochromatic Colors of #ee6eba

#ee6eba

Complementary Color

#ee6eba #6eeea2

#ee6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6eba Color CSS Codes

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

#ee6eba Text Font Color

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

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


#ee6eba Background Color

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

This div background color is #ee6eba


#ee6eba Border Color

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

This div border color is #ee6eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6eba


Comments

No comments written yet.

Please login to write comment.