Color Hex Logo

#eea5be Color Hex

#EEA5BE
(238,165,190)
0 Favorites   0 Comments

Color spaces of #eea5be

RGB 238165190
HSL0.940.680.79
HSV339°31°93°
CMYK 0.000.310.20   0.07
XYZ58.009348.805155.0781
Yxy48.80510.35830.3015
Hunter Lab69.860625.96272.1582
CIE-Lab75.329930.4575-1.8911

#eea5be color RGB value is (238,165,190).

#eea5be hex color red value is 238, green value is 165 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eea5be hue: 0.94 , saturation: 0.68 and the lightness value of eea5be is 0.79.

The process color (four color CMYK) of #eea5be color hex is 0.00, 0.31, 0.20, 0.07. Web safe color of #eea5be is #ff99cc. Color #eea5be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 10111110
Octal 356 245 276
Decimal 238 165 190
Hex EE A5 BE

RGB Percentages of Color #eea5be

%40.13
%27.82
%32.04

CMYK Percentages of Color #eea5be

%0
%31
%20
%7

Triadic Colors of #eea5be

#eea5be #beeea5 #a5beee

Analogous Colors of #eea5be

#eea5be #eeb1a5 #eea5e3

Monochromatic Colors of #eea5be

#eea5be

Complementary Color

#eea5be #a5eed5

#eea5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea5be Color CSS Codes

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

#eea5be Text Font Color

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

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


#eea5be Background Color

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

This div background color is #eea5be


#eea5be Border Color

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

This div border color is #eea5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea5be


Comments

No comments written yet.

Please login to write comment.