Color Hex Logo

#eea3bc Color Hex

#EEA3BC
(238,163,188)
0 Favorites   0 Comments

Color spaces of #eea3bc

RGB 238163188
HSL0.940.690.79
HSV340°32°93°
CMYK 0.000.320.21   0.07
XYZ57.434248.002453.8152
Yxy48.00240.36070.3014
Hunter Lab69.283826.72472.4460
CIE-Lab74.826431.2215-1.5317

#eea3bc color RGB value is (238,163,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 10111100
Octal 356 243 274
Decimal 238 163 188
Hex EE A3 BC

RGB Percentages of Color #eea3bc

%40.41
%27.67
%31.92

CMYK Percentages of Color #eea3bc

%0
%32
%21
%7

Triadic Colors of #eea3bc

#eea3bc #bceea3 #a3bcee

Analogous Colors of #eea3bc

#eea3bc #eeb0a3 #eea3e2

Monochromatic Colors of #eea3bc

#eea3bc

Complementary Color

#eea3bc #a3eed5

#eea3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3bc Color CSS Codes

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

#eea3bc Text Font Color

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

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


#eea3bc Background Color

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

This div background color is #eea3bc


#eea3bc Border Color

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

This div border color is #eea3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3bc


Comments

No comments written yet.

Please login to write comment.