Color Hex Logo

#ee5ebc Color Hex

#EE5EBC
(238,94,188)
0 Favorites   0 Comments

Color spaces of #ee5ebc

RGB 23894188
HSL0.890.810.65
HSV321°61°93°
CMYK 0.000.610.21   0.07
XYZ48.339729.813450.7837
Yxy29.81340.37490.2312
Hunter Lab54.601662.4760-16.9231
CIE-Lab61.492965.0882-21.4938

#ee5ebc color RGB value is (238,94,188).

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

The process color (four color CMYK) of #ee5ebc color hex is 0.00, 0.61, 0.21, 0.07. Web safe color of #ee5ebc is #ff66cc. Color #ee5ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011110 10111100
Octal 356 136 274
Decimal 238 94 188
Hex EE 5E BC

RGB Percentages of Color #ee5ebc

%45.77
%18.08
%36.15

CMYK Percentages of Color #ee5ebc

%0
%61
%21
%7

Triadic Colors of #ee5ebc

#ee5ebc #bcee5e #5ebcee

Analogous Colors of #ee5ebc

#ee5ebc #ee5e74 #d85eee

Monochromatic Colors of #ee5ebc

#ee5ebc

Complementary Color

#ee5ebc #5eee90

#ee5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5ebc Color CSS Codes

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

#ee5ebc Text Font Color

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

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


#ee5ebc Background Color

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

This div background color is #ee5ebc


#ee5ebc Border Color

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

This div border color is #ee5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5ebc


Comments

No comments written yet.

Please login to write comment.