Color Hex Logo

#ebb24c Color Hex

#EBB24C
(235,178,76)
0 Favorites   0 Comments

Color spaces of #ebb24c

RGB 23517876
HSL0.110.800.61
HSV38°68°92°
CMYK 0.000.240.68   0.08
XYZ51.485950.024813.7796
Yxy50.02480.44660.4339
Hunter Lab70.72826.162937.9586
CIE-Lab76.084510.670858.3536

#ebb24c color RGB value is (235,178,76).

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

The process color (four color CMYK) of #ebb24c color hex is 0.00, 0.24, 0.68, 0.08. Web safe color of #ebb24c is #ff9933. Color #ebb24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01001100
Octal 353 262 114
Decimal 235 178 76
Hex EB B2 4C

RGB Percentages of Color #ebb24c

%48.06
%36.40
%15.54

CMYK Percentages of Color #ebb24c

%0
%24
%68
%8

Triadic Colors of #ebb24c

#ebb24c #4cebb2 #b24ceb

Analogous Colors of #ebb24c

#ebb24c #d5eb4c #eb634c

Monochromatic Colors of #ebb24c

#ebb24c

Complementary Color

#ebb24c #4c85eb

#ebb24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb24c Color CSS Codes

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

#ebb24c Text Font Color

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

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


#ebb24c Background Color

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

This div background color is #ebb24c


#ebb24c Border Color

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

This div border color is #ebb24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb24c


Comments

No comments written yet.

Please login to write comment.