Color Hex Logo

#ebb82f Color Hex

#EBB82F
(235,184,47)
0 Favorites   0 Comments

Color spaces of #ebb82f

RGB 23518447
HSL0.120.820.55
HSV44°80°92°
CMYK 0.000.220.80   0.08
XYZ51.914552.148410.0188
Yxy52.14840.45510.4571
Hunter Lab72.21381.949342.3239
CIE-Lab77.36956.259870.6900

#ebb82f color RGB value is (235,184,47).

#ebb82f hex color red value is 235, green value is 184 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebb82f hue: 0.12 , saturation: 0.82 and the lightness value of ebb82f is 0.55.

The process color (four color CMYK) of #ebb82f color hex is 0.00, 0.22, 0.80, 0.08. Web safe color of #ebb82f is #ffcc33. Color #ebb82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00101111
Octal 353 270 57
Decimal 235 184 47
Hex EB B8 2F

RGB Percentages of Color #ebb82f

%50.43
%39.48
%10.09

CMYK Percentages of Color #ebb82f

%0
%22
%80
%8

Triadic Colors of #ebb82f

#ebb82f #2febb8 #b82feb

Analogous Colors of #ebb82f

#ebb82f #c0eb2f #eb5a2f

Monochromatic Colors of #ebb82f

#ebb82f

Complementary Color

#ebb82f #2f62eb

#ebb82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb82f Color CSS Codes

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

#ebb82f Text Font Color

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

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


#ebb82f Background Color

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

This div background color is #ebb82f


#ebb82f Border Color

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

This div border color is #ebb82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb82f


Comments

No comments written yet.

Please login to write comment.