Color Hex Logo

#eabddc Color Hex

#EABDDC
(234,189,220)
0 Favorites   0 Comments

Color spaces of #eabddc

RGB 234189220
HSL0.890.520.83
HSV319°19°92°
CMYK 0.000.190.06   0.08
XYZ65.047559.054975.6805
Yxy59.05490.32560.2956
Hunter Lab76.847216.6092-4.5968
CIE-Lab81.321821.1329-9.3662

#eabddc color RGB value is (234,189,220).

#eabddc hex color red value is 234, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eabddc hue: 0.89 , saturation: 0.52 and the lightness value of eabddc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11011100
Octal 352 275 334
Decimal 234 189 220
Hex EA BD DC

RGB Percentages of Color #eabddc

%36.39
%29.39
%34.21

CMYK Percentages of Color #eabddc

%0
%19
%6
%8

Triadic Colors of #eabddc

#eabddc #dceabd #bddcea

Analogous Colors of #eabddc

#eabddc #eabdc6 #e2bdea

Monochromatic Colors of #eabddc

#eabddc

Complementary Color

#eabddc #bdeacb

#eabddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabddc Color CSS Codes

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

#eabddc Text Font Color

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

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


#eabddc Background Color

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

This div background color is #eabddc


#eabddc Border Color

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

This div border color is #eabddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabddc


Comments

No comments written yet.

Please login to write comment.