Color Hex Logo

#eabeae Color Hex

#EABEAE
(234,190,174)
0 Favorites   0 Comments

Color spaces of #eabeae

RGB 234190174
HSL0.040.590.80
HSV16°26°92°
CMYK 0.000.190.26   0.08
XYZ59.985157.375347.9574
Yxy57.37530.36280.3471
Hunter Lab75.74658.801215.4842
CIE-Lab80.390213.407414.0202

#eabeae color RGB value is (234,190,174).

#eabeae hex color red value is 234, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eabeae hue: 0.04 , saturation: 0.59 and the lightness value of eabeae is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10101110
Octal 352 276 256
Decimal 234 190 174
Hex EA BE AE

RGB Percentages of Color #eabeae

%39.13
%31.77
%29.10

CMYK Percentages of Color #eabeae

%0
%19
%26
%8

Triadic Colors of #eabeae

#eabeae #aeeabe #beaeea

Analogous Colors of #eabeae

#eabeae #eadcae #eaaebc

Monochromatic Colors of #eabeae

#eabeae

Complementary Color

#eabeae #aedaea

#eabeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeae Color CSS Codes

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

#eabeae Text Font Color

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

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


#eabeae Background Color

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

This div background color is #eabeae


#eabeae Border Color

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

This div border color is #eabeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeae


Comments

No comments written yet.

Please login to write comment.