Color Hex Logo

#eabcdd Color Hex

#EABCDD
(234,188,221)
0 Favorites   0 Comments

Color spaces of #eabcdd

RGB 234188221
HSL0.880.520.83
HSV317°20°92°
CMYK 0.000.200.06   0.08
XYZ64.966058.679376.3088
Yxy58.67930.32490.2935
Hunter Lab76.602417.3304-5.4411
CIE-Lab81.115021.8400-10.2116

#eabcdd color RGB value is (234,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11011101
Octal 352 274 335
Decimal 234 188 221
Hex EA BC DD

RGB Percentages of Color #eabcdd

%36.39
%29.24
%34.37

CMYK Percentages of Color #eabcdd

%0
%20
%6
%8

Triadic Colors of #eabcdd

#eabcdd #ddeabc #bcddea

Analogous Colors of #eabcdd

#eabcdd #eabcc6 #e0bcea

Monochromatic Colors of #eabcdd

#eabcdd

Complementary Color

#eabcdd #bceac9

#eabcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcdd Color CSS Codes

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

#eabcdd Text Font Color

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

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


#eabcdd Background Color

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

This div background color is #eabcdd


#eabcdd Border Color

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

This div border color is #eabcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,188,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 #eabcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcdd


Comments

No comments written yet.

Please login to write comment.