Color Hex Logo

#eadb24 Color Hex

#EADB24
(234,219,36)
0 Favorites   0 Comments

Color spaces of #eadb24

RGB 23421936
HSL0.150.830.53
HSV55°85°92°
CMYK 0.000.060.85   0.08
XYZ59.581668.282811.7087
Yxy68.28280.42690.4892
Hunter Lab82.6334-15.903749.4423
CIE-Lab86.1477-12.373081.0096

#eadb24 color RGB value is (234,219,36).

#eadb24 hex color red value is 234, green value is 219 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eadb24 hue: 0.15 , saturation: 0.83 and the lightness value of eadb24 is 0.53.

The process color (four color CMYK) of #eadb24 color hex is 0.00, 0.06, 0.85, 0.08. Web safe color of #eadb24 is #ffcc33. Color #eadb24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 00100100
Octal 352 333 44
Decimal 234 219 36
Hex EA DB 24

RGB Percentages of Color #eadb24

%47.85
%44.79
%7.36

CMYK Percentages of Color #eadb24

%0
%6
%85
%8

Triadic Colors of #eadb24

#eadb24 #24eadb #db24ea

Analogous Colors of #eadb24

#eadb24 #96ea24 #ea7824

Monochromatic Colors of #eadb24

#eadb24

Complementary Color

#eadb24 #2433ea

#eadb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb24 Color CSS Codes

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

#eadb24 Text Font Color

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

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


#eadb24 Background Color

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

This div background color is #eadb24


#eadb24 Border Color

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

This div border color is #eadb24


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,219,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eadb24; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eadb24;
  -webkit-box-shadow: 1px 1px 3px 2px #eadb24;
  box-shadow:         1px 1px 3px 2px #eadb24; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,219,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb24


Comments

No comments written yet.

Please login to write comment.