Color Hex Logo

#eabdd1 Color Hex

#EABDD1
(234,189,209)
0 Favorites   0 Comments

Color spaces of #eabdd1

RGB 234189209
HSL0.930.520.83
HSV333°19°92°
CMYK 0.000.190.11   0.08
XYZ63.637958.491168.2574
Yxy58.49110.33430.3072
Hunter Lab76.479514.68920.6197
CIE-Lab81.011119.2660-3.9091

#eabdd1 color RGB value is (234,189,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11010001
Octal 352 275 321
Decimal 234 189 209
Hex EA BD D1

RGB Percentages of Color #eabdd1

%37.03
%29.91
%33.07

CMYK Percentages of Color #eabdd1

%0
%19
%11
%8

Triadic Colors of #eabdd1

#eabdd1 #d1eabd #bdd1ea

Analogous Colors of #eabdd1

#eabdd1 #eac0bd #eabde8

Monochromatic Colors of #eabdd1

#eabdd1

Complementary Color

#eabdd1 #bdead6

#eabdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdd1 Color CSS Codes

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

#eabdd1 Text Font Color

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

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


#eabdd1 Background Color

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

This div background color is #eabdd1


#eabdd1 Border Color

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

This div border color is #eabdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdd1


Comments

No comments written yet.

Please login to write comment.