Color Hex Logo

#ebbf25 Color Hex

#EBBF25
(235,191,37)
0 Favorites   0 Comments

Color spaces of #ebbf25

RGB 23519137
HSL0.130.830.53
HSV47°84°92°
CMYK 0.000.190.84   0.08
XYZ53.225755.05739.5721
Yxy55.05730.45160.4672
Hunter Lab74.2006-1.809244.2918
CIE-Lab79.07432.324174.9917

#ebbf25 color RGB value is (235,191,37).

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

The process color (four color CMYK) of #ebbf25 color hex is 0.00, 0.19, 0.84, 0.08. Web safe color of #ebbf25 is #ffcc33. Color #ebbf25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 00100101
Octal 353 277 45
Decimal 235 191 37
Hex EB BF 25

RGB Percentages of Color #ebbf25

%50.76
%41.25
%7.99

CMYK Percentages of Color #ebbf25

%0
%19
%84
%8

Triadic Colors of #ebbf25

#ebbf25 #25ebbf #bf25eb

Analogous Colors of #ebbf25

#ebbf25 #b4eb25 #eb5c25

Monochromatic Colors of #ebbf25

#ebbf25

Complementary Color

#ebbf25 #2551eb

#ebbf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf25 Color CSS Codes

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

#ebbf25 Text Font Color

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

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


#ebbf25 Background Color

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

This div background color is #ebbf25


#ebbf25 Border Color

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

This div border color is #ebbf25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf25


Comments

No comments written yet.

Please login to write comment.