Color Hex Logo

#eabdda Color Hex

#EABDDA
(234,189,218)
0 Favorites   0 Comments

Color spaces of #eabdda

RGB 234189218
HSL0.890.520.83
HSV321°19°92°
CMYK 0.000.190.07   0.08
XYZ64.784258.949674.2936
Yxy58.94960.32710.2977
Hunter Lab76.778616.2519-3.6260
CIE-Lab81.263920.7870-8.3771

#eabdda color RGB value is (234,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11011010
Octal 352 275 332
Decimal 234 189 218
Hex EA BD DA

RGB Percentages of Color #eabdda

%36.51
%29.49
%34.01

CMYK Percentages of Color #eabdda

%0
%19
%7
%8

Triadic Colors of #eabdda

#eabdda #daeabd #bddaea

Analogous Colors of #eabdda

#eabdda #eabdc4 #e4bdea

Monochromatic Colors of #eabdda

#eabdda

Complementary Color

#eabdda #bdeacd

#eabdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdda Color CSS Codes

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

#eabdda Text Font Color

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

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


#eabdda Background Color

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

This div background color is #eabdda


#eabdda Border Color

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

This div border color is #eabdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdda


Comments

No comments written yet.

Please login to write comment.