Color Hex Logo

#eab198 Color Hex

#EAB198
(234,177,152)
0 Favorites   0 Comments

Color spaces of #eab198

RGB 234177152
HSL0.050.660.76
HSV18°35°92°
CMYK 0.000.240.35   0.08
XYZ55.321351.203736.6733
Yxy51.20370.38630.3576
Hunter Lab71.556812.775919.7032
CIE-Lab76.802217.456620.8506

#eab198 color RGB value is (234,177,152).

#eab198 hex color red value is 234, green value is 177 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #eab198 hue: 0.05 , saturation: 0.66 and the lightness value of eab198 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10011000
Octal 352 261 230
Decimal 234 177 152
Hex EA B1 98

RGB Percentages of Color #eab198

%41.56
%31.44
%27.00

CMYK Percentages of Color #eab198

%0
%24
%35
%8

Triadic Colors of #eab198

#eab198 #98eab1 #b198ea

Analogous Colors of #eab198

#eab198 #eada98 #ea98a8

Monochromatic Colors of #eab198

#eab198

Complementary Color

#eab198 #98d1ea

#eab198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab198 Color CSS Codes

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

#eab198 Text Font Color

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

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


#eab198 Background Color

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

This div background color is #eab198


#eab198 Border Color

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

This div border color is #eab198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab198


Comments

No comments written yet.

Please login to write comment.