Color Hex Logo

#eba898 Color Hex

#EBA898
(235,168,152)
0 Favorites   0 Comments

Color spaces of #eba898

RGB 235168152
HSL0.030.670.76
HSV12°35°92°
CMYK 0.000.290.35   0.08
XYZ53.931147.934436.1156
Yxy47.93440.39090.3474
Hunter Lab69.234717.883817.5362
CIE-Lab74.783522.631218.0791

#eba898 color RGB value is (235,168,152).

#eba898 hex color red value is 235, green value is 168 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #eba898 hue: 0.03 , saturation: 0.67 and the lightness value of eba898 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101000 10011000
Octal 353 250 230
Decimal 235 168 152
Hex EB A8 98

RGB Percentages of Color #eba898

%42.34
%30.27
%27.39

CMYK Percentages of Color #eba898

%0
%29
%35
%8

Triadic Colors of #eba898

#eba898 #98eba8 #a898eb

Analogous Colors of #eba898

#eba898 #ebd298 #eb98b2

Monochromatic Colors of #eba898

#eba898

Complementary Color

#eba898 #98dbeb

#eba898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba898 Color CSS Codes

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

#eba898 Text Font Color

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

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


#eba898 Background Color

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

This div background color is #eba898


#eba898 Border Color

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

This div border color is #eba898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba898


Comments

No comments written yet.

Please login to write comment.