Color Hex Logo

#ee9fce Color Hex

#EE9FCE
(238,159,206)
0 Favorites   0 Comments

Color spaces of #ee9fce

RGB 238159206
HSL0.900.700.78
HSV324°33°93°
CMYK 0.000.330.13   0.07
XYZ58.798647.429664.4483
Yxy47.42960.34450.2779
Hunter Lab68.869231.8774-7.2756
CIE-Lab74.463736.1060-11.9525

#ee9fce color RGB value is (238,159,206).

#ee9fce hex color red value is 238, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee9fce hue: 0.90 , saturation: 0.70 and the lightness value of ee9fce is 0.78.

The process color (four color CMYK) of #ee9fce color hex is 0.00, 0.33, 0.13, 0.07. Web safe color of #ee9fce is #ff99cc. Color #ee9fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011111 11001110
Octal 356 237 316
Decimal 238 159 206
Hex EE 9F CE

RGB Percentages of Color #ee9fce

%39.47
%26.37
%34.16

CMYK Percentages of Color #ee9fce

%0
%33
%13
%7

Triadic Colors of #ee9fce

#ee9fce #ceee9f #9fceee

Analogous Colors of #ee9fce

#ee9fce #ee9fa7 #e79fee

Monochromatic Colors of #ee9fce

#ee9fce

Complementary Color

#ee9fce #9feebf

#ee9fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9fce Color CSS Codes

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

#ee9fce Text Font Color

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

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


#ee9fce Background Color

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

This div background color is #ee9fce


#ee9fce Border Color

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

This div border color is #ee9fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9fce


Comments

No comments written yet.

Please login to write comment.