Color Hex Logo

#ebac25 Color Hex

#EBAC25
(235,172,37)
0 Favorites   0 Comments

Color spaces of #ebac25

RGB 23517237
HSL0.110.830.53
HSV41°84°92°
CMYK 0.000.270.84   0.08
XYZ49.347447.30088.2793
Yxy47.30080.47030.4508
Hunter Lab68.77567.718941.0055
CIE-Lab74.381812.287071.0999

#ebac25 color RGB value is (235,172,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 00100101
Octal 353 254 45
Decimal 235 172 37
Hex EB AC 25

RGB Percentages of Color #ebac25

%52.93
%38.74
%8.33

CMYK Percentages of Color #ebac25

%0
%27
%84
%8

Triadic Colors of #ebac25

#ebac25 #25ebac #ac25eb

Analogous Colors of #ebac25

#ebac25 #c7eb25 #eb4925

Monochromatic Colors of #ebac25

#ebac25

Complementary Color

#ebac25 #2564eb

#ebac25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac25 Color CSS Codes

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

#ebac25 Text Font Color

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

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


#ebac25 Background Color

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

This div background color is #ebac25


#ebac25 Border Color

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

This div border color is #ebac25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,172,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 #ebac25">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac25


Comments

No comments written yet.

Please login to write comment.