Color Hex Logo

#ebab4e Color Hex

#EBAB4E
(235,171,78)
0 Favorites   0 Comments

Color spaces of #ebab4e

RGB 23517178
HSL0.100.800.61
HSV36°67°92°
CMYK 0.000.270.67   0.08
XYZ50.199047.338013.6991
Yxy47.33800.45130.4256
Hunter Lab68.80269.830636.3568
CIE-Lab74.405514.483455.6546

#ebab4e color RGB value is (235,171,78).

#ebab4e hex color red value is 235, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebab4e hue: 0.10 , saturation: 0.80 and the lightness value of ebab4e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 01001110
Octal 353 253 116
Decimal 235 171 78
Hex EB AB 4E

RGB Percentages of Color #ebab4e

%48.55
%35.33
%16.12

CMYK Percentages of Color #ebab4e

%0
%27
%67
%8

Triadic Colors of #ebab4e

#ebab4e #4eebab #ab4eeb

Analogous Colors of #ebab4e

#ebab4e #ddeb4e #eb5d4e

Monochromatic Colors of #ebab4e

#ebab4e

Complementary Color

#ebab4e #4e8eeb

#ebab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab4e Color CSS Codes

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

#ebab4e Text Font Color

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

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


#ebab4e Background Color

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

This div background color is #ebab4e


#ebab4e Border Color

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

This div border color is #ebab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab4e


Comments

No comments written yet.

Please login to write comment.