Color Hex Logo

#eabed5 Color Hex

#EABED5
(234,190,213)
0 Favorites   0 Comments

Color spaces of #eabed5

RGB 234190213
HSL0.910.510.83
HSV329°19°92°
CMYK 0.000.190.09   0.08
XYZ64.355459.123470.9709
Yxy59.12340.33100.3041
Hunter Lab76.891714.8370-0.9003
CIE-Lab81.359419.4024-5.5474

#eabed5 color RGB value is (234,190,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11010101
Octal 352 276 325
Decimal 234 190 213
Hex EA BE D5

RGB Percentages of Color #eabed5

%36.73
%29.83
%33.44

CMYK Percentages of Color #eabed5

%0
%19
%9
%8

Triadic Colors of #eabed5

#eabed5 #d5eabe #bed5ea

Analogous Colors of #eabed5

#eabed5 #eabebf #e9beea

Monochromatic Colors of #eabed5

#eabed5

Complementary Color

#eabed5 #beead3

#eabed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabed5 Color CSS Codes

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

#eabed5 Text Font Color

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

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


#eabed5 Background Color

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

This div background color is #eabed5


#eabed5 Border Color

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

This div border color is #eabed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabed5

#eabed5 Color Palettes


Comments

No comments written yet.

Please login to write comment.