Color Hex Logo

#eab292 Color Hex

#EAB292
(234,178,146)
0 Favorites   0 Comments

Color spaces of #eab292

RGB 234178146
HSL0.060.680.75
HSV22°38°92°
CMYK 0.000.240.38   0.08
XYZ55.040451.408534.2160
Yxy51.40850.39130.3655
Hunter Lab71.699711.551321.8959
CIE-Lab76.925816.216224.2438

#eab292 color RGB value is (234,178,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 10010010
Octal 352 262 222
Decimal 234 178 146
Hex EA B2 92

RGB Percentages of Color #eab292

%41.94
%31.90
%26.16

CMYK Percentages of Color #eab292

%0
%24
%38
%8

Triadic Colors of #eab292

#eab292 #92eab2 #b292ea

Analogous Colors of #eab292

#eab292 #eade92 #ea929e

Monochromatic Colors of #eab292

#eab292

Complementary Color

#eab292 #92caea

#eab292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab292 Color CSS Codes

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

#eab292 Text Font Color

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

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


#eab292 Background Color

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

This div background color is #eab292


#eab292 Border Color

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

This div border color is #eab292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab292


Comments

No comments written yet.

Please login to write comment.