Color Hex Logo

#eab293 Color Hex

#EAB293
(234,178,147)
0 Favorites   0 Comments

Color spaces of #eab293

RGB 234178147
HSL0.060.670.75
HSV21°37°92°
CMYK 0.000.240.37   0.08
XYZ55.118551.439834.6276
Yxy51.43980.39040.3643
Hunter Lab71.721511.665821.5795
CIE-Lab76.944716.332023.7332

#eab293 color RGB value is (234,178,147).

#eab293 hex color red value is 234, green value is 178 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eab293 hue: 0.06 , saturation: 0.67 and the lightness value of eab293 is 0.75.

The process color (four color CMYK) of #eab293 color hex is 0.00, 0.24, 0.37, 0.08. Web safe color of #eab293 is #ff9999. Color #eab293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 10010011
Octal 352 262 223
Decimal 234 178 147
Hex EA B2 93

RGB Percentages of Color #eab293

%41.86
%31.84
%26.30

CMYK Percentages of Color #eab293

%0
%24
%37
%8

Triadic Colors of #eab293

#eab293 #93eab2 #b293ea

Analogous Colors of #eab293

#eab293 #eade93 #ea93a0

Monochromatic Colors of #eab293

#eab293

Complementary Color

#eab293 #93cbea

#eab293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab293 Color CSS Codes

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

#eab293 Text Font Color

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

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


#eab293 Background Color

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

This div background color is #eab293


#eab293 Border Color

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

This div border color is #eab293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab293


Comments

No comments written yet.

Please login to write comment.