Color Hex Logo

#ee9acd Color Hex

#EE9ACD
(238,154,205)
0 Favorites   0 Comments

Color spaces of #ee9acd

RGB 238154205
HSL0.900.710.77
HSV324°35°93°
CMYK 0.000.350.14   0.07
XYZ57.834945.696163.5296
Yxy45.69610.34620.2735
Hunter Lab67.598934.4194-8.4017
CIE-Lab73.347938.5752-13.0746

#ee9acd color RGB value is (238,154,205).

#ee9acd hex color red value is 238, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ee9acd hue: 0.90 , saturation: 0.71 and the lightness value of ee9acd is 0.77.

The process color (four color CMYK) of #ee9acd color hex is 0.00, 0.35, 0.14, 0.07. Web safe color of #ee9acd is #ff99cc. Color #ee9acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011010 11001101
Octal 356 232 315
Decimal 238 154 205
Hex EE 9A CD

RGB Percentages of Color #ee9acd

%39.87
%25.80
%34.34

CMYK Percentages of Color #ee9acd

%0
%35
%14
%7

Triadic Colors of #ee9acd

#ee9acd #cdee9a #9acdee

Analogous Colors of #ee9acd

#ee9acd #ee9aa3 #e59aee

Monochromatic Colors of #ee9acd

#ee9acd

Complementary Color

#ee9acd #9aeebb

#ee9acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9acd Color CSS Codes

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

#ee9acd Text Font Color

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

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


#ee9acd Background Color

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

This div background color is #ee9acd


#ee9acd Border Color

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

This div border color is #ee9acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9acd


Comments

No comments written yet.

Please login to write comment.