Color Hex Logo

#eada1d Color Hex

#EADA1D
(234,218,29)
0 Favorites   0 Comments

Color spaces of #eada1d

RGB 23421829
HSL0.150.830.52
HSV55°88°92°
CMYK 0.000.070.88   0.08
XYZ59.224967.723911.1129
Yxy67.72390.42900.4905
Hunter Lab82.2945-15.554349.5998
CIE-Lab85.8682-12.024082.1691

#eada1d color RGB value is (234,218,29).

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

The process color (four color CMYK) of #eada1d color hex is 0.00, 0.07, 0.88, 0.08. Web safe color of #eada1d is #ffcc33. Color #eada1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 00011101
Octal 352 332 35
Decimal 234 218 29
Hex EA DA 1D

RGB Percentages of Color #eada1d

%48.65
%45.32
%6.03

CMYK Percentages of Color #eada1d

%0
%7
%88
%8

Triadic Colors of #eada1d

#eada1d #1deada #da1dea

Analogous Colors of #eada1d

#eada1d #94ea1d #ea741d

Monochromatic Colors of #eada1d

#eada1d

Complementary Color

#eada1d #1d2dea

#eada1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eada1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eada1d Color CSS Codes

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

#eada1d Text Font Color

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

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


#eada1d Background Color

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

This div background color is #eada1d


#eada1d Border Color

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

This div border color is #eada1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eada1d


Comments

No comments written yet.

Please login to write comment.