Color Hex Logo

#ebab25 Color Hex

#EBAB25
(235,171,37)
0 Favorites   0 Comments

Color spaces of #ebab25

RGB 23517137
HSL0.110.830.53
HSV41°84°92°
CMYK 0.000.270.84   0.08
XYZ49.157846.92168.2161
Yxy46.92160.47130.4499
Hunter Lab68.49938.224740.8380
CIE-Lab74.139612.815570.8985

#ebab25 color RGB value is (235,171,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 00100101
Octal 353 253 45
Decimal 235 171 37
Hex EB AB 25

RGB Percentages of Color #ebab25

%53.05
%38.60
%8.35

CMYK Percentages of Color #ebab25

%0
%27
%84
%8

Triadic Colors of #ebab25

#ebab25 #25ebab #ab25eb

Analogous Colors of #ebab25

#ebab25 #c8eb25 #eb4825

Monochromatic Colors of #ebab25

#ebab25

Complementary Color

#ebab25 #2565eb

#ebab25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab25 Color CSS Codes

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

#ebab25 Text Font Color

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

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


#ebab25 Background Color

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

This div background color is #ebab25


#ebab25 Border Color

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

This div border color is #ebab25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab25


Comments

No comments written yet.

Please login to write comment.