Color Hex Logo

#ebe44c Color Hex

#EBE44C
(235,228,76)
0 Favorites   0 Comments

Color spaces of #ebe44c

RGB 23522876
HSL0.160.800.61
HSV57°68°92°
CMYK 0.000.030.68   0.08
XYZ63.308973.670817.7206
Yxy73.67080.40920.4762
Hunter Lab85.8317-18.545047.8413
CIE-Lab88.7667-14.918471.4372

#ebe44c color RGB value is (235,228,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01001100
Octal 353 344 114
Decimal 235 228 76
Hex EB E4 4C

RGB Percentages of Color #ebe44c

%43.60
%42.30
%14.10

CMYK Percentages of Color #ebe44c

%0
%3
%68
%8

Triadic Colors of #ebe44c

#ebe44c #4cebe4 #e44ceb

Analogous Colors of #ebe44c

#ebe44c #a3eb4c #eb954c

Monochromatic Colors of #ebe44c

#ebe44c

Complementary Color

#ebe44c #4c53eb

#ebe44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe44c Color CSS Codes

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

#ebe44c Text Font Color

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

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


#ebe44c Background Color

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

This div background color is #ebe44c


#ebe44c Border Color

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

This div border color is #ebe44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe44c


Comments

No comments written yet.

Please login to write comment.