Color Hex Logo

#eadb42 Color Hex

#EADB42
(234,219,66)
0 Favorites   0 Comments

Color spaces of #eadb42

RGB 23421966
HSL0.150.800.59
HSV55°72°92°
CMYK 0.000.060.72   0.08
XYZ60.246668.548815.2102
Yxy68.54880.41840.4760
Hunter Lab82.7942-15.001347.0637
CIE-Lab86.2801-11.357872.5711

#eadb42 color RGB value is (234,219,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 01000010
Octal 352 333 102
Decimal 234 219 66
Hex EA DB 42

RGB Percentages of Color #eadb42

%45.09
%42.20
%12.72

CMYK Percentages of Color #eadb42

%0
%6
%72
%8

Triadic Colors of #eadb42

#eadb42 #42eadb #db42ea

Analogous Colors of #eadb42

#eadb42 #a5ea42 #ea8742

Monochromatic Colors of #eadb42

#eadb42

Complementary Color

#eadb42 #4251ea

#eadb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb42 Color CSS Codes

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

#eadb42 Text Font Color

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

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


#eadb42 Background Color

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

This div background color is #eadb42


#eadb42 Border Color

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

This div border color is #eadb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb42


Comments

No comments written yet.

Please login to write comment.