Color Hex Logo

#eb978a Color Hex

#EB978A
(235,151,138)
0 Favorites   0 Comments

Color spaces of #eb978a

RGB 235151138
HSL0.020.710.73
HSV41°92°
CMYK 0.000.360.41   0.08
XYZ49.915041.630429.4494
Yxy41.63040.41250.3441
Hunter Lab64.521625.177718.1036
CIE-Lab70.615330.056419.9960

#eb978a color RGB value is (235,151,138).

#eb978a hex color red value is 235, green value is 151 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb978a hue: 0.02 , saturation: 0.71 and the lightness value of eb978a is 0.73.

The process color (four color CMYK) of #eb978a color hex is 0.00, 0.36, 0.41, 0.08. Web safe color of #eb978a is #ff9999. Color #eb978a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 10001010
Octal 353 227 212
Decimal 235 151 138
Hex EB 97 8A

RGB Percentages of Color #eb978a

%44.85
%28.82
%26.34

CMYK Percentages of Color #eb978a

%0
%36
%41
%8

Triadic Colors of #eb978a

#eb978a #8aeb97 #978aeb

Analogous Colors of #eb978a

#eb978a #ebc88a #eb8aae

Monochromatic Colors of #eb978a

#eb978a

Complementary Color

#eb978a #8adeeb

#eb978a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb978a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb978a Color CSS Codes

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

#eb978a Text Font Color

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

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


#eb978a Background Color

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

This div background color is #eb978a


#eb978a Border Color

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

This div border color is #eb978a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,151,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb978a


Comments

No comments written yet.

Please login to write comment.