Color Hex Logo

#eb987b Color Hex

#EB987B
(235,152,123)
0 Favorites   0 Comments

Color spaces of #eb987b

RGB 235152123
HSL0.040.740.70
HSV16°48°92°
CMYK 0.000.350.48   0.08
XYZ49.064341.548724.1726
Yxy41.54870.42740.3620
Hunter Lab64.458323.068522.8864
CIE-Lab70.558627.996028.1371

#eb987b color RGB value is (235,152,123).

#eb987b hex color red value is 235, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eb987b hue: 0.04 , saturation: 0.74 and the lightness value of eb987b is 0.70.

The process color (four color CMYK) of #eb987b color hex is 0.00, 0.35, 0.48, 0.08. Web safe color of #eb987b is #ff9966. Color #eb987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 01111011
Octal 353 230 173
Decimal 235 152 123
Hex EB 98 7B

RGB Percentages of Color #eb987b

%46.08
%29.80
%24.12

CMYK Percentages of Color #eb987b

%0
%35
%48
%8

Triadic Colors of #eb987b

#eb987b #7beb98 #987beb

Analogous Colors of #eb987b

#eb987b #ebd07b #eb7b96

Monochromatic Colors of #eb987b

#eb987b

Complementary Color

#eb987b #7bceeb

#eb987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb987b Color CSS Codes

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

#eb987b Text Font Color

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

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


#eb987b Background Color

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

This div background color is #eb987b


#eb987b Border Color

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

This div border color is #eb987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb987b


Comments

No comments written yet.

Please login to write comment.