Color Hex Logo

#eac9be Color Hex

#EAC9BE
(234,201,190)
0 Favorites   0 Comments

Color spaces of #eac9be

RGB 234201190
HSL0.040.510.83
HSV15°19°92°
CMYK 0.000.140.19   0.08
XYZ64.112662.983457.4931
Yxy62.98340.34730.3412
Hunter Lab79.36215.317512.6014
CIE-Lab83.43369.90889.7850

#eac9be color RGB value is (234,201,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 10111110
Octal 352 311 276
Decimal 234 201 190
Hex EA C9 BE

RGB Percentages of Color #eac9be

%37.44
%32.16
%30.40

CMYK Percentages of Color #eac9be

%0
%14
%19
%8

Triadic Colors of #eac9be

#eac9be #beeac9 #c9beea

Analogous Colors of #eac9be

#eac9be #eadfbe #eabec9

Monochromatic Colors of #eac9be

#eac9be

Complementary Color

#eac9be #bedfea

#eac9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac9be Color CSS Codes

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

#eac9be Text Font Color

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

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


#eac9be Background Color

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

This div background color is #eac9be


#eac9be Border Color

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

This div border color is #eac9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac9be


Comments

No comments written yet.

Please login to write comment.