Color Hex Logo

#eea4bc Color Hex

#EEA4BC
(238,164,188)
0 Favorites   0 Comments

Color spaces of #eea4bc

RGB 238164188
HSL0.950.690.79
HSV341°31°93°
CMYK 0.000.310.21   0.07
XYZ57.612548.358953.8746
Yxy48.35890.36040.3025
Hunter Lab69.540626.18652.7451
CIE-Lab75.050730.6916-1.2032

#eea4bc color RGB value is (238,164,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10111100
Octal 356 244 274
Decimal 238 164 188
Hex EE A4 BC

RGB Percentages of Color #eea4bc

%40.34
%27.80
%31.86

CMYK Percentages of Color #eea4bc

%0
%31
%21
%7

Triadic Colors of #eea4bc

#eea4bc #bceea4 #a4bcee

Analogous Colors of #eea4bc

#eea4bc #eeb1a4 #eea4e1

Monochromatic Colors of #eea4bc

#eea4bc

Complementary Color

#eea4bc #a4eed6

#eea4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea4bc Color CSS Codes

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

#eea4bc Text Font Color

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

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


#eea4bc Background Color

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

This div background color is #eea4bc


#eea4bc Border Color

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

This div border color is #eea4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea4bc


Comments

No comments written yet.

Please login to write comment.