Color Hex Logo

#eabdd0 Color Hex

#EABDD0
(234,189,208)
0 Favorites   0 Comments

Color spaces of #eabdd0

RGB 234189208
HSL0.930.520.83
HSV335°19°92°
CMYK 0.000.190.11   0.08
XYZ63.514458.441767.6073
Yxy58.44170.33510.3083
Hunter Lab76.447214.52011.0789
CIE-Lab80.983719.1006-3.4111

#eabdd0 color RGB value is (234,189,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11010000
Octal 352 275 320
Decimal 234 189 208
Hex EA BD D0

RGB Percentages of Color #eabdd0

%37.08
%29.95
%32.96

CMYK Percentages of Color #eabdd0

%0
%19
%11
%8

Triadic Colors of #eabdd0

#eabdd0 #d0eabd #bdd0ea

Analogous Colors of #eabdd0

#eabdd0 #eac1bd #eabde7

Monochromatic Colors of #eabdd0

#eabdd0

Complementary Color

#eabdd0 #bdead7

#eabdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdd0 Color CSS Codes

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

#eabdd0 Text Font Color

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

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


#eabdd0 Background Color

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

This div background color is #eabdd0


#eabdd0 Border Color

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

This div border color is #eabdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdd0


Comments

No comments written yet.

Please login to write comment.