Color Hex Logo

#ee8edf Color Hex

#EE8EDF
(238,142,223)
0 Favorites   0 Comments

Color spaces of #ee8edf

RGB 238142223
HSL0.860.740.75
HSV309°40°93°
CMYK 0.000.400.06   0.07
XYZ58.252242.850975.0129
Yxy42.85090.33080.2433
Hunter Lab65.460644.2879-22.1194
CIE-Lab71.453747.7567-25.8577

#ee8edf color RGB value is (238,142,223).

#ee8edf hex color red value is 238, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ee8edf hue: 0.86 , saturation: 0.74 and the lightness value of ee8edf is 0.75.

The process color (four color CMYK) of #ee8edf color hex is 0.00, 0.40, 0.06, 0.07. Web safe color of #ee8edf is #ff99cc. Color #ee8edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001110 11011111
Octal 356 216 337
Decimal 238 142 223
Hex EE 8E DF

RGB Percentages of Color #ee8edf

%39.47
%23.55
%36.98

CMYK Percentages of Color #ee8edf

%0
%40
%6
%7

Triadic Colors of #ee8edf

#ee8edf #dfee8e #8edfee

Analogous Colors of #ee8edf

#ee8edf #ee8eaf #cd8eee

Monochromatic Colors of #ee8edf

#ee8edf

Complementary Color

#ee8edf #8eee9d

#ee8edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8edf Color CSS Codes

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

#ee8edf Text Font Color

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

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


#ee8edf Background Color

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

This div background color is #ee8edf


#ee8edf Border Color

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

This div border color is #ee8edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8edf


Comments

No comments written yet.

Please login to write comment.