Color Hex Logo

#eabec7 Color Hex

#EABEC7
(234,190,199)
0 Favorites   0 Comments

Color spaces of #eabec7

RGB 234190199
HSL0.970.510.83
HSV348°19°92°
CMYK 0.000.190.15   0.08
XYZ62.653958.442962.0112
Yxy58.44290.34220.3192
Hunter Lab76.448012.50805.4201
CIE-Lab80.984417.11471.4340

#eabec7 color RGB value is (234,190,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11000111
Octal 352 276 307
Decimal 234 190 199
Hex EA BE C7

RGB Percentages of Color #eabec7

%37.56
%30.50
%31.94

CMYK Percentages of Color #eabec7

%0
%19
%15
%8

Triadic Colors of #eabec7

#eabec7 #c7eabe #bec7ea

Analogous Colors of #eabec7

#eabec7 #eacbbe #eabedd

Monochromatic Colors of #eabec7

#eabec7

Complementary Color

#eabec7 #beeae1

#eabec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabec7 Color CSS Codes

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

#eabec7 Text Font Color

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

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


#eabec7 Background Color

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

This div background color is #eabec7


#eabec7 Border Color

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

This div border color is #eabec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabec7


Comments

No comments written yet.

Please login to write comment.