Color Hex Logo

#eabec8 Color Hex

#EABEC8
(234,190,200)
3 Favorites   0 Comments

Color spaces of #eabec8

RGB 234190200
HSL0.960.510.83
HSV346°19°92°
CMYK 0.000.190.15   0.08
XYZ62.770558.489562.6248
Yxy58.48950.34140.3181
Hunter Lab76.478412.66864.9849
CIE-Lab81.010217.27340.9335

#eabec8 color RGB value is (234,190,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11001000
Octal 352 276 310
Decimal 234 190 200
Hex EA BE C8

RGB Percentages of Color #eabec8

%37.50
%30.45
%32.05

CMYK Percentages of Color #eabec8

%0
%19
%15
%8

Triadic Colors of #eabec8

#eabec8 #c8eabe #bec8ea

Analogous Colors of #eabec8

#eabec8 #eacabe #eabede

Monochromatic Colors of #eabec8

#eabec8

Complementary Color

#eabec8 #beeae0

#eabec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabec8 Color CSS Codes

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

#eabec8 Text Font Color

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

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


#eabec8 Background Color

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

This div background color is #eabec8


#eabec8 Border Color

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

This div border color is #eabec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabec8


Comments

No comments written yet.

Please login to write comment.