Color Hex Logo

#ebab28 Color Hex

#EBAB28
(235,171,40)
0 Favorites   0 Comments

Color spaces of #ebab28

RGB 23517140
HSL0.110.830.54
HSV40°83°92°
CMYK 0.000.270.83   0.08
XYZ49.206946.94128.4746
Yxy46.94120.47030.4487
Hunter Lab68.51368.300940.6258
CIE-Lab74.152112.895070.0429

#ebab28 color RGB value is (235,171,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 00101000
Octal 353 253 50
Decimal 235 171 40
Hex EB AB 28

RGB Percentages of Color #ebab28

%52.69
%38.34
%8.97

CMYK Percentages of Color #ebab28

%0
%27
%83
%8

Triadic Colors of #ebab28

#ebab28 #28ebab #ab28eb

Analogous Colors of #ebab28

#ebab28 #caeb28 #eb4928

Monochromatic Colors of #ebab28

#ebab28

Complementary Color

#ebab28 #2868eb

#ebab28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab28 Color CSS Codes

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

#ebab28 Text Font Color

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

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


#ebab28 Background Color

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

This div background color is #ebab28


#ebab28 Border Color

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

This div border color is #ebab28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab28


Comments

No comments written yet.

Please login to write comment.