Color Hex Logo

#eaabc4 Color Hex

#EAABC4
(234,171,196)
0 Favorites   0 Comments

Color spaces of #eaabc4

RGB 234171196
HSL0.930.600.79
HSV336°27°92°
CMYK 0.000.270.16   0.08
XYZ58.458450.603858.9110
Yxy50.60380.34800.3013
Hunter Lab71.136322.19910.6949
CIE-Lab76.438426.7713-3.5939

#eaabc4 color RGB value is (234,171,196).

#eaabc4 hex color red value is 234, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #eaabc4 hue: 0.93 , saturation: 0.60 and the lightness value of eaabc4 is 0.79.

The process color (four color CMYK) of #eaabc4 color hex is 0.00, 0.27, 0.16, 0.08. Web safe color of #eaabc4 is #ff99cc. Color #eaabc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11000100
Octal 352 253 304
Decimal 234 171 196
Hex EA AB C4

RGB Percentages of Color #eaabc4

%38.94
%28.45
%32.61

CMYK Percentages of Color #eaabc4

%0
%27
%16
%8

Triadic Colors of #eaabc4

#eaabc4 #c4eaab #abc4ea

Analogous Colors of #eaabc4

#eaabc4 #eab2ab #eaabe4

Monochromatic Colors of #eaabc4

#eaabc4

Complementary Color

#eaabc4 #abead1

#eaabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabc4 Color CSS Codes

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

#eaabc4 Text Font Color

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

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


#eaabc4 Background Color

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

This div background color is #eaabc4


#eaabc4 Border Color

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

This div border color is #eaabc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,171,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaabc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaabc4;
  -webkit-box-shadow: 1px 1px 3px 2px #eaabc4;
  box-shadow:         1px 1px 3px 2px #eaabc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,171,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabc4


Comments

No comments written yet.

Please login to write comment.