Color Hex Logo

#ebb41f Color Hex

#EBB41F
(235,180,31)
0 Favorites   0 Comments

Color spaces of #ebb41f

RGB 23518031
HSL0.120.840.52
HSV44°87°92°
CMYK 0.000.230.87   0.08
XYZ50.829550.40368.3462
Yxy50.40360.46390.4600
Hunter Lab70.99553.555742.7267
CIE-Lab76.31637.931974.2077

#ebb41f color RGB value is (235,180,31).

#ebb41f hex color red value is 235, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ebb41f hue: 0.12 , saturation: 0.84 and the lightness value of ebb41f is 0.52.

The process color (four color CMYK) of #ebb41f color hex is 0.00, 0.23, 0.87, 0.08. Web safe color of #ebb41f is #ffcc33. Color #ebb41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 00011111
Octal 353 264 37
Decimal 235 180 31
Hex EB B4 1F

RGB Percentages of Color #ebb41f

%52.69
%40.36
%6.95

CMYK Percentages of Color #ebb41f

%0
%23
%87
%8

Triadic Colors of #ebb41f

#ebb41f #1febb4 #b41feb

Analogous Colors of #ebb41f

#ebb41f #bceb1f #eb4e1f

Monochromatic Colors of #ebb41f

#ebb41f

Complementary Color

#ebb41f #1f56eb

#ebb41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb41f Color CSS Codes

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

#ebb41f Text Font Color

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

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


#ebb41f Background Color

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

This div background color is #ebb41f


#ebb41f Border Color

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

This div border color is #ebb41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb41f


Comments

No comments written yet.

Please login to write comment.