Color Hex Logo

#eea6bc Color Hex

#EEA6BC
(238,166,188)
0 Favorites   0 Comments

Color spaces of #eea6bc

RGB 238166188
HSL0.950.680.79
HSV342°30°93°
CMYK 0.000.300.21   0.07
XYZ57.973249.080453.9949
Yxy49.08040.36000.3048
Hunter Lab70.057425.11013.3440
CIE-Lab75.501329.6307-0.5440

#eea6bc color RGB value is (238,166,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10111100
Octal 356 246 274
Decimal 238 166 188
Hex EE A6 BC

RGB Percentages of Color #eea6bc

%40.20
%28.04
%31.76

CMYK Percentages of Color #eea6bc

%0
%30
%21
%7

Triadic Colors of #eea6bc

#eea6bc #bceea6 #a6bcee

Analogous Colors of #eea6bc

#eea6bc #eeb4a6 #eea6e0

Monochromatic Colors of #eea6bc

#eea6bc

Complementary Color

#eea6bc #a6eed8

#eea6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea6bc Color CSS Codes

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

#eea6bc Text Font Color

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

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


#eea6bc Background Color

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

This div background color is #eea6bc


#eea6bc Border Color

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

This div border color is #eea6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea6bc


Comments

No comments written yet.

Please login to write comment.