Color Hex Logo

#eabedd Color Hex

#EABEDD
(234,190,221)
0 Favorites   0 Comments

Color spaces of #eabedd

RGB 234190221
HSL0.880.510.83
HSV318°19°92°
CMYK 0.000.190.06   0.08
XYZ65.396359.539876.4522
Yxy59.53980.32470.2956
Hunter Lab77.162016.2486-4.7311
CIE-Lab81.587420.7740-9.5083

#eabedd color RGB value is (234,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011101
Octal 352 276 335
Decimal 234 190 221
Hex EA BE DD

RGB Percentages of Color #eabedd

%36.28
%29.46
%34.26

CMYK Percentages of Color #eabedd

%0
%19
%6
%8

Triadic Colors of #eabedd

#eabedd #ddeabe #beddea

Analogous Colors of #eabedd

#eabedd #eabec7 #e1beea

Monochromatic Colors of #eabedd

#eabedd

Complementary Color

#eabedd #beeacb

#eabedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabedd Color CSS Codes

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

#eabedd Text Font Color

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

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


#eabedd Background Color

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

This div background color is #eabedd


#eabedd Border Color

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

This div border color is #eabedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabedd


Comments

No comments written yet.

Please login to write comment.