Color Hex Logo

#ebab31 Color Hex

#EBAB31
(235,171,49)
0 Favorites   0 Comments

Color spaces of #ebab31

RGB 23517149
HSL0.110.820.56
HSV39°79°92°
CMYK 0.000.270.79   0.08
XYZ49.378247.00979.3770
Yxy47.00970.46690.4445
Hunter Lab68.56368.565939.8858
CIE-Lab74.196013.171467.1892

#ebab31 color RGB value is (235,171,49).

#ebab31 hex color red value is 235, green value is 171 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ebab31 hue: 0.11 , saturation: 0.82 and the lightness value of ebab31 is 0.56.

The process color (four color CMYK) of #ebab31 color hex is 0.00, 0.27, 0.79, 0.08. Web safe color of #ebab31 is #ff9933. Color #ebab31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 00110001
Octal 353 253 61
Decimal 235 171 49
Hex EB AB 31

RGB Percentages of Color #ebab31

%51.65
%37.58
%10.77

CMYK Percentages of Color #ebab31

%0
%27
%79
%8

Triadic Colors of #ebab31

#ebab31 #31ebab #ab31eb

Analogous Colors of #ebab31

#ebab31 #ceeb31 #eb4e31

Monochromatic Colors of #ebab31

#ebab31

Complementary Color

#ebab31 #3171eb

#ebab31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab31 Color CSS Codes

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

#ebab31 Text Font Color

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

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


#ebab31 Background Color

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

This div background color is #ebab31


#ebab31 Border Color

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

This div border color is #ebab31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab31


Comments

No comments written yet.

Please login to write comment.