Color Hex Logo

#eaabd3 Color Hex

#EAABD3
(234,171,211)
0 Favorites   0 Comments

Color spaces of #eaabd3

RGB 234171211
HSL0.890.600.79
HSV322°27°92°
CMYK 0.000.270.10   0.08
XYZ60.252551.321468.3584
Yxy51.32140.33490.2852
Hunter Lab71.639024.7606-6.4277
CIE-Lab76.873329.2029-11.1276

#eaabd3 color RGB value is (234,171,211).

#eaabd3 hex color red value is 234, green value is 171 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eaabd3 hue: 0.89 , saturation: 0.60 and the lightness value of eaabd3 is 0.79.

The process color (four color CMYK) of #eaabd3 color hex is 0.00, 0.27, 0.10, 0.08. Web safe color of #eaabd3 is #ff99cc. Color #eaabd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11010011
Octal 352 253 323
Decimal 234 171 211
Hex EA AB D3

RGB Percentages of Color #eaabd3

%37.99
%27.76
%34.25

CMYK Percentages of Color #eaabd3

%0
%27
%10
%8

Triadic Colors of #eaabd3

#eaabd3 #d3eaab #abd3ea

Analogous Colors of #eaabd3

#eaabd3 #eaabb4 #e2abea

Monochromatic Colors of #eaabd3

#eaabd3

Complementary Color

#eaabd3 #abeac2

#eaabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabd3 Color CSS Codes

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

#eaabd3 Text Font Color

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

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


#eaabd3 Background Color

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

This div background color is #eaabd3


#eaabd3 Border Color

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

This div border color is #eaabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabd3

#eaabd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.