Color Hex Logo

#eab2cd Color Hex

#EAB2CD
(234,178,205)
0 Favorites   0 Comments

Color spaces of #eab2cd

RGB 234178205
HSL0.920.570.81
HSV331°24°92°
CMYK 0.000.240.12   0.08
XYZ60.871553.741064.9224
Yxy53.74100.33910.2993
Hunter Lab73.308319.9280-1.1919
CIE-Lab78.310524.4741-5.7309

#eab2cd color RGB value is (234,178,205).

#eab2cd hex color red value is 234, green value is 178 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eab2cd hue: 0.92 , saturation: 0.57 and the lightness value of eab2cd is 0.81.

The process color (four color CMYK) of #eab2cd color hex is 0.00, 0.24, 0.12, 0.08. Web safe color of #eab2cd is #ff99cc. Color #eab2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 11001101
Octal 352 262 315
Decimal 234 178 205
Hex EA B2 CD

RGB Percentages of Color #eab2cd

%37.93
%28.85
%33.23

CMYK Percentages of Color #eab2cd

%0
%24
%12
%8

Triadic Colors of #eab2cd

#eab2cd #cdeab2 #b2cdea

Analogous Colors of #eab2cd

#eab2cd #eab3b2 #eab2e9

Monochromatic Colors of #eab2cd

#eab2cd

Complementary Color

#eab2cd #b2eacf

#eab2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab2cd Color CSS Codes

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

#eab2cd Text Font Color

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

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


#eab2cd Background Color

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

This div background color is #eab2cd


#eab2cd Border Color

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

This div border color is #eab2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab2cd

#eab2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.