Color Hex Logo

#eabbd0 Color Hex

#EABBD0
(234,187,208)
0 Favorites   0 Comments

Color spaces of #eabbd0

RGB 234187208
HSL0.930.530.83
HSV333°20°92°
CMYK 0.000.200.11   0.08
XYZ63.087257.587167.4649
Yxy57.58710.33530.3061
Hunter Lab75.886215.59340.4099
CIE-Lab80.508720.1660-4.1103

#eabbd0 color RGB value is (234,187,208).

#eabbd0 hex color red value is 234, green value is 187 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #eabbd0 hue: 0.93 , saturation: 0.53 and the lightness value of eabbd0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11010000
Octal 352 273 320
Decimal 234 187 208
Hex EA BB D0

RGB Percentages of Color #eabbd0

%37.20
%29.73
%33.07

CMYK Percentages of Color #eabbd0

%0
%20
%11
%8

Triadic Colors of #eabbd0

#eabbd0 #d0eabb #bbd0ea

Analogous Colors of #eabbd0

#eabbd0 #eabebb #eabbe8

Monochromatic Colors of #eabbd0

#eabbd0

Complementary Color

#eabbd0 #bbead5

#eabbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbd0 Color CSS Codes

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

#eabbd0 Text Font Color

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

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


#eabbd0 Background Color

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

This div background color is #eabbd0


#eabbd0 Border Color

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

This div border color is #eabbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbd0


Comments

No comments written yet.

Please login to write comment.