Color Hex Logo

#eabec4 Color Hex

#EABEC4
(234,190,196)
0 Favorites   0 Comments

Color spaces of #eabec4

RGB 234190196
HSL0.980.510.83
HSV352°19°92°
CMYK 0.000.190.16   0.08
XYZ62.308958.304960.1945
Yxy58.30490.34460.3225
Hunter Lab76.357612.03266.7107
CIE-Lab80.908016.64382.9373

#eabec4 color RGB value is (234,190,196).

#eabec4 hex color red value is 234, green value is 190 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #eabec4 hue: 0.98 , saturation: 0.51 and the lightness value of eabec4 is 0.83.

The process color (four color CMYK) of #eabec4 color hex is 0.00, 0.19, 0.16, 0.08. Web safe color of #eabec4 is #ffcccc. Color #eabec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11000100
Octal 352 276 304
Decimal 234 190 196
Hex EA BE C4

RGB Percentages of Color #eabec4

%37.74
%30.65
%31.61

CMYK Percentages of Color #eabec4

%0
%19
%16
%8

Triadic Colors of #eabec4

#eabec4 #c4eabe #bec4ea

Analogous Colors of #eabec4

#eabec4 #eacebe #eabeda

Monochromatic Colors of #eabec4

#eabec4

Complementary Color

#eabec4 #beeae4

#eabec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabec4 Color CSS Codes

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

#eabec4 Text Font Color

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

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


#eabec4 Background Color

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

This div background color is #eabec4


#eabec4 Border Color

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

This div border color is #eabec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabec4


Comments

No comments written yet.

Please login to write comment.