Color Hex Logo

#eabebd Color Hex

#EABEBD
(234,190,189)
0 Favorites   0 Comments

Color spaces of #eabebd

RGB 234190189
HSL0.000.520.83
HSV19°92°
CMYK 0.000.190.19   0.08
XYZ61.530457.993556.0950
Yxy57.99350.35040.3302
Hunter Lab76.153510.95579.6341
CIE-Lab80.735215.57226.4536

#eabebd color RGB value is (234,190,189).

#eabebd hex color red value is 234, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eabebd hue: 0.00 , saturation: 0.52 and the lightness value of eabebd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10111101
Octal 352 276 275
Decimal 234 190 189
Hex EA BE BD

RGB Percentages of Color #eabebd

%38.17
%31.00
%30.83

CMYK Percentages of Color #eabebd

%0
%19
%19
%8

Triadic Colors of #eabebd

#eabebd #bdeabe #bebdea

Analogous Colors of #eabebd

#eabebd #ead5bd #eabdd3

Monochromatic Colors of #eabebd

#eabebd

Complementary Color

#eabebd #bde9ea

#eabebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabebd Color CSS Codes

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

#eabebd Text Font Color

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

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


#eabebd Background Color

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

This div background color is #eabebd


#eabebd Border Color

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

This div border color is #eabebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabebd


Comments

No comments written yet.

Please login to write comment.