Color Hex Logo

#eab8be Color Hex

#EAB8BE
(234,184,190)
0 Favorites   0 Comments

Color spaces of #eab8be

RGB 234184190
HSL0.980.540.82
HSV353°21°92°
CMYK 0.000.210.19   0.08
XYZ60.366455.491156.2444
Yxy55.49110.35080.3224
Hunter Lab74.492314.28957.3786
CIE-Lab79.323318.91303.8771

#eab8be color RGB value is (234,184,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 10111110
Octal 352 270 276
Decimal 234 184 190
Hex EA B8 BE

RGB Percentages of Color #eab8be

%38.49
%30.26
%31.25

CMYK Percentages of Color #eab8be

%0
%21
%19
%8

Triadic Colors of #eab8be

#eab8be #beeab8 #b8beea

Analogous Colors of #eab8be

#eab8be #eacbb8 #eab8d7

Monochromatic Colors of #eab8be

#eab8be

Complementary Color

#eab8be #b8eae4

#eab8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab8be Color CSS Codes

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

#eab8be Text Font Color

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

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


#eab8be Background Color

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

This div background color is #eab8be


#eab8be Border Color

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

This div border color is #eab8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab8be


Comments

No comments written yet.

Please login to write comment.