Color Hex Logo

#eabea7 Color Hex

#EABEA7
(234,190,167)
0 Favorites   0 Comments

Color spaces of #eabea7

RGB 234190167
HSL0.060.610.79
HSV21°29°92°
CMYK 0.000.190.29   0.08
XYZ59.320257.109444.4559
Yxy57.10940.36870.3550
Hunter Lab75.57087.866918.0211
CIE-Lab80.241112.459717.5605

#eabea7 color RGB value is (234,190,167).

#eabea7 hex color red value is 234, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #eabea7 hue: 0.06 , saturation: 0.61 and the lightness value of eabea7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10100111
Octal 352 276 247
Decimal 234 190 167
Hex EA BE A7

RGB Percentages of Color #eabea7

%39.59
%32.15
%28.26

CMYK Percentages of Color #eabea7

%0
%19
%29
%8

Triadic Colors of #eabea7

#eabea7 #a7eabe #bea7ea

Analogous Colors of #eabea7

#eabea7 #eae0a7 #eaa7b2

Monochromatic Colors of #eabea7

#eabea7

Complementary Color

#eabea7 #a7d3ea

#eabea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabea7 Color CSS Codes

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

#eabea7 Text Font Color

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

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


#eabea7 Background Color

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

This div background color is #eabea7


#eabea7 Border Color

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

This div border color is #eabea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabea7


Comments

No comments written yet.

Please login to write comment.