Color Hex Logo

#ebe24e Color Hex

#EBE24E
(235,226,78)
0 Favorites   0 Comments

Color spaces of #ebe24e

RGB 23522678
HSL0.160.800.61
HSV57°67°92°
CMYK 0.000.040.67   0.08
XYZ62.832572.604917.9103
Yxy72.60490.40970.4735
Hunter Lab85.2085-17.489547.1836
CIE-Lab88.2589-13.828070.1735

#ebe24e color RGB value is (235,226,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 01001110
Octal 353 342 116
Decimal 235 226 78
Hex EB E2 4E

RGB Percentages of Color #ebe24e

%43.60
%41.93
%14.47

CMYK Percentages of Color #ebe24e

%0
%4
%67
%8

Triadic Colors of #ebe24e

#ebe24e #4eebe2 #e24eeb

Analogous Colors of #ebe24e

#ebe24e #a6eb4e #eb944e

Monochromatic Colors of #ebe24e

#ebe24e

Complementary Color

#ebe24e #4e57eb

#ebe24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe24e Color CSS Codes

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

#ebe24e Text Font Color

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

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


#ebe24e Background Color

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

This div background color is #ebe24e


#ebe24e Border Color

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

This div border color is #ebe24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe24e


Comments

No comments written yet.

Please login to write comment.