Color Hex Logo

#ebb54c Color Hex

#EBB54C
(235,181,76)
0 Favorites   0 Comments

Color spaces of #ebb54c

RGB 23518176
HSL0.110.800.61
HSV40°68°92°
CMYK 0.000.230.68   0.08
XYZ52.089351.231713.9808
Yxy51.23170.44410.4368
Hunter Lab71.57634.643938.5225
CIE-Lab76.81919.090259.1339

#ebb54c color RGB value is (235,181,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01001100
Octal 353 265 114
Decimal 235 181 76
Hex EB B5 4C

RGB Percentages of Color #ebb54c

%47.76
%36.79
%15.45

CMYK Percentages of Color #ebb54c

%0
%23
%68
%8

Triadic Colors of #ebb54c

#ebb54c #4cebb5 #b54ceb

Analogous Colors of #ebb54c

#ebb54c #d2eb4c #eb664c

Monochromatic Colors of #ebb54c

#ebb54c

Complementary Color

#ebb54c #4c82eb

#ebb54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb54c Color CSS Codes

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

#ebb54c Text Font Color

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

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


#ebb54c Background Color

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

This div background color is #ebb54c


#ebb54c Border Color

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

This div border color is #ebb54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb54c


Comments

No comments written yet.

Please login to write comment.