Color Hex Logo

#ebab7f Color Hex

#EBAB7F
(235,171,127)
0 Favorites   0 Comments

Color spaces of #ebab7f

RGB 235171127
HSL0.070.730.71
HSV24°46°92°
CMYK 0.000.270.46   0.08
XYZ52.654648.320326.6302
Yxy48.32030.41260.3787
Hunter Lab69.512813.562925.9451
CIE-Lab75.026518.292031.8679

#ebab7f color RGB value is (235,171,127).

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

The process color (four color CMYK) of #ebab7f color hex is 0.00, 0.27, 0.46, 0.08. Web safe color of #ebab7f is #ff9966. Color #ebab7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 01111111
Octal 353 253 177
Decimal 235 171 127
Hex EB AB 7F

RGB Percentages of Color #ebab7f

%44.09
%32.08
%23.83

CMYK Percentages of Color #ebab7f

%0
%27
%46
%8

Triadic Colors of #ebab7f

#ebab7f #7febab #ab7feb

Analogous Colors of #ebab7f

#ebab7f #ebe17f #eb7f89

Monochromatic Colors of #ebab7f

#ebab7f

Complementary Color

#ebab7f #7fbfeb

#ebab7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab7f Color CSS Codes

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

#ebab7f Text Font Color

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

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


#ebab7f Background Color

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

This div background color is #ebab7f


#ebab7f Border Color

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

This div border color is #ebab7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab7f


Comments

No comments written yet.

Please login to write comment.