Color Hex Logo

#ebb84d Color Hex

#EBB84D
(235,184,77)
0 Favorites   0 Comments

Color spaces of #ebb84d

RGB 23518477
HSL0.110.800.61
HSV41°67°92°
CMYK 0.000.220.67   0.08
XYZ52.741052.479014.3709
Yxy52.47900.44100.4388
Hunter Lab72.44243.181138.9479
CIE-Lab77.56647.568759.4924

#ebb84d color RGB value is (235,184,77).

#ebb84d hex color red value is 235, green value is 184 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ebb84d hue: 0.11 , saturation: 0.80 and the lightness value of ebb84d is 0.61.

The process color (four color CMYK) of #ebb84d color hex is 0.00, 0.22, 0.67, 0.08. Web safe color of #ebb84d is #ffcc66. Color #ebb84d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 01001101
Octal 353 270 115
Decimal 235 184 77
Hex EB B8 4D

RGB Percentages of Color #ebb84d

%47.38
%37.10
%15.52

CMYK Percentages of Color #ebb84d

%0
%22
%67
%8

Triadic Colors of #ebb84d

#ebb84d #4debb8 #b84deb

Analogous Colors of #ebb84d

#ebb84d #cfeb4d #eb694d

Monochromatic Colors of #ebb84d

#ebb84d

Complementary Color

#ebb84d #4d80eb

#ebb84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb84d Color CSS Codes

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

#ebb84d Text Font Color

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

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


#ebb84d Background Color

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

This div background color is #ebb84d


#ebb84d Border Color

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

This div border color is #ebb84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb84d


Comments

No comments written yet.

Please login to write comment.