Color Hex Logo

#eab9be Color Hex

#EAB9BE
(234,185,190)
0 Favorites   0 Comments

Color spaces of #eab9be

RGB 234185190
HSL0.980.540.82
HSV354°21°92°
CMYK 0.000.210.19   0.08
XYZ60.574955.908156.3139
Yxy55.90810.35060.3235
Hunter Lab74.771713.75797.6863
CIE-Lab79.561518.38064.2217

#eab9be color RGB value is (234,185,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 10111110
Octal 352 271 276
Decimal 234 185 190
Hex EA B9 BE

RGB Percentages of Color #eab9be

%38.42
%30.38
%31.20

CMYK Percentages of Color #eab9be

%0
%21
%19
%8

Triadic Colors of #eab9be

#eab9be #beeab9 #b9beea

Analogous Colors of #eab9be

#eab9be #eacdb9 #eab9d7

Monochromatic Colors of #eab9be

#eab9be

Complementary Color

#eab9be #b9eae5

#eab9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9be Color CSS Codes

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

#eab9be Text Font Color

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

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


#eab9be Background Color

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

This div background color is #eab9be


#eab9be Border Color

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

This div border color is #eab9be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,185,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 #eab9be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9be


Comments

No comments written yet.

Please login to write comment.