Color Hex Logo

#eea7be Color Hex

#EEA7BE
(238,167,190)
0 Favorites   0 Comments

Color spaces of #eea7be

RGB 238167190
HSL0.950.680.79
HSV341°30°93°
CMYK 0.000.300.20   0.07
XYZ58.372949.532355.1993
Yxy49.53230.35790.3037
Hunter Lab70.379224.88532.7635
CIE-Lab75.781329.3962-1.2296

#eea7be color RGB value is (238,167,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 10111110
Octal 356 247 276
Decimal 238 167 190
Hex EE A7 BE

RGB Percentages of Color #eea7be

%40.00
%28.07
%31.93

CMYK Percentages of Color #eea7be

%0
%30
%20
%7

Triadic Colors of #eea7be

#eea7be #beeea7 #a7beee

Analogous Colors of #eea7be

#eea7be #eeb4a7 #eea7e2

Monochromatic Colors of #eea7be

#eea7be

Complementary Color

#eea7be #a7eed7

#eea7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea7be Color CSS Codes

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

#eea7be Text Font Color

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

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


#eea7be Background Color

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

This div background color is #eea7be


#eea7be Border Color

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

This div border color is #eea7be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,167,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 #eea7be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea7be


Comments

No comments written yet.

Please login to write comment.