Color Hex Logo

#eab9d4 Color Hex

#EAB9D4
(234,185,212)
0 Favorites   0 Comments

Color spaces of #eab9d4

RGB 234185212
HSL0.910.540.82
HSV327°21°92°
CMYK 0.000.210.09   0.08
XYZ63.164356.943869.9495
Yxy56.94380.33230.2996
Hunter Lab75.461117.3555-2.1367
CIE-Lab80.148021.8984-6.8001

#eab9d4 color RGB value is (234,185,212).

#eab9d4 hex color red value is 234, green value is 185 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eab9d4 hue: 0.91 , saturation: 0.54 and the lightness value of eab9d4 is 0.82.

The process color (four color CMYK) of #eab9d4 color hex is 0.00, 0.21, 0.09, 0.08. Web safe color of #eab9d4 is #ffcccc. Color #eab9d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 11010100
Octal 352 271 324
Decimal 234 185 212
Hex EA B9 D4

RGB Percentages of Color #eab9d4

%37.08
%29.32
%33.60

CMYK Percentages of Color #eab9d4

%0
%21
%9
%8

Triadic Colors of #eab9d4

#eab9d4 #d4eab9 #b9d4ea

Analogous Colors of #eab9d4

#eab9d4 #eab9bc #e8b9ea

Monochromatic Colors of #eab9d4

#eab9d4

Complementary Color

#eab9d4 #b9eacf

#eab9d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9d4 Color CSS Codes

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

#eab9d4 Text Font Color

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

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


#eab9d4 Background Color

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

This div background color is #eab9d4


#eab9d4 Border Color

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

This div border color is #eab9d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9d4


Comments

No comments written yet.

Please login to write comment.