Color Hex Logo

#eabeb5 Color Hex

#EABEB5
(234,190,181)
0 Favorites   0 Comments

Color spaces of #eabeb5

RGB 234190181
HSL0.030.560.81
HSV10°23°92°
CMYK 0.000.190.23   0.08
XYZ60.685657.655551.6462
Yxy57.65550.35700.3392
Hunter Lab75.93129.780812.8245
CIE-Lab80.546914.395210.4847

#eabeb5 color RGB value is (234,190,181).

#eabeb5 hex color red value is 234, green value is 190 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eabeb5 hue: 0.03 , saturation: 0.56 and the lightness value of eabeb5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10110101
Octal 352 276 265
Decimal 234 190 181
Hex EA BE B5

RGB Percentages of Color #eabeb5

%38.68
%31.40
%29.92

CMYK Percentages of Color #eabeb5

%0
%19
%23
%8

Triadic Colors of #eabeb5

#eabeb5 #b5eabe #beb5ea

Analogous Colors of #eabeb5

#eabeb5 #ead9b5 #eab5c7

Monochromatic Colors of #eabeb5

#eabeb5

Complementary Color

#eabeb5 #b5e1ea

#eabeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeb5 Color CSS Codes

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

#eabeb5 Text Font Color

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

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


#eabeb5 Background Color

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

This div background color is #eabeb5


#eabeb5 Border Color

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

This div border color is #eabeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeb5

#eabeb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.