Color Hex Logo

#eabbae Color Hex

#EABBAE
(234,187,174)
0 Favorites   0 Comments

Color spaces of #eabbae

RGB 234187174
HSL0.040.590.80
HSV13°26°92°
CMYK 0.000.200.26   0.08
XYZ59.342056.089147.7430
Yxy56.08910.36370.3437
Hunter Lab74.892710.374214.6283
CIE-Lab79.664514.997312.9961

#eabbae color RGB value is (234,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 10101110
Octal 352 273 256
Decimal 234 187 174
Hex EA BB AE

RGB Percentages of Color #eabbae

%39.33
%31.43
%29.24

CMYK Percentages of Color #eabbae

%0
%20
%26
%8

Triadic Colors of #eabbae

#eabbae #aeeabb #bbaeea

Analogous Colors of #eabbae

#eabbae #ead9ae #eaaebf

Monochromatic Colors of #eabbae

#eabbae

Complementary Color

#eabbae #aeddea

#eabbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbae Color CSS Codes

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

#eabbae Text Font Color

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

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


#eabbae Background Color

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

This div background color is #eabbae


#eabbae Border Color

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

This div border color is #eabbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbae


Comments

No comments written yet.

Please login to write comment.