Color Hex Logo

#ee8da5 Color Hex

#EE8DA5
(238,141,165)
0 Favorites   0 Comments

Color spaces of #ee8da5

RGB 238141165
HSL0.960.740.74
HSV345°41°93°
CMYK 0.000.410.31   0.07
XYZ51.576339.943540.5888
Yxy39.94350.39040.3024
Hunter Lab63.200935.06696.1634
CIE-Lab69.429339.59553.3528

#ee8da5 color RGB value is (238,141,165).

#ee8da5 hex color red value is 238, green value is 141 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ee8da5 hue: 0.96 , saturation: 0.74 and the lightness value of ee8da5 is 0.74.

The process color (four color CMYK) of #ee8da5 color hex is 0.00, 0.41, 0.31, 0.07. Web safe color of #ee8da5 is #ff9999. Color #ee8da5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001101 10100101
Octal 356 215 245
Decimal 238 141 165
Hex EE 8D A5

RGB Percentages of Color #ee8da5

%43.75
%25.92
%30.33

CMYK Percentages of Color #ee8da5

%0
%41
%31
%7

Triadic Colors of #ee8da5

#ee8da5 #a5ee8d #8da5ee

Analogous Colors of #ee8da5

#ee8da5 #eea68d #ee8dd6

Monochromatic Colors of #ee8da5

#ee8da5

Complementary Color

#ee8da5 #8deed6

#ee8da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8da5 Color CSS Codes

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

#ee8da5 Text Font Color

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

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


#ee8da5 Background Color

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

This div background color is #ee8da5


#ee8da5 Border Color

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

This div border color is #ee8da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8da5


Comments

No comments written yet.

Please login to write comment.