Color Hex Logo

#eacbdd Color Hex

#EACBDD
(234,203,221)
0 Favorites   0 Comments

Color spaces of #eacbdd

RGB 234203221
HSL0.900.420.86
HSV325°13°92°
CMYK 0.000.130.06   0.08
XYZ68.338865.424877.4330
Yxy65.42480.32360.3098
Hunter Lab80.88569.2617-0.1393
CIE-Lab84.702213.8719-4.8949

#eacbdd color RGB value is (234,203,221).

#eacbdd hex color red value is 234, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eacbdd hue: 0.90 , saturation: 0.42 and the lightness value of eacbdd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 11011101
Octal 352 313 335
Decimal 234 203 221
Hex EA CB DD

RGB Percentages of Color #eacbdd

%35.56
%30.85
%33.59

CMYK Percentages of Color #eacbdd

%0
%13
%6
%8

Triadic Colors of #eacbdd

#eacbdd #ddeacb #cbddea

Analogous Colors of #eacbdd

#eacbdd #eacbce #e8cbea

Monochromatic Colors of #eacbdd

#eacbdd

Complementary Color

#eacbdd #cbead8

#eacbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacbdd Color CSS Codes

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

#eacbdd Text Font Color

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

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


#eacbdd Background Color

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

This div background color is #eacbdd


#eacbdd Border Color

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

This div border color is #eacbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacbdd


Comments

No comments written yet.

Please login to write comment.