Color Hex Logo

#eadb56 Color Hex

#EADB56
(234,219,86)
0 Favorites   0 Comments

Color spaces of #eadb56

RGB 23421986
HSL0.150.780.63
HSV54°63°92°
CMYK 0.000.060.63   0.08
XYZ60.942968.827318.8771
Yxy68.82730.41000.4630
Hunter Lab82.9622-14.060344.5828
CIE-Lab86.4185-10.305765.0630

#eadb56 color RGB value is (234,219,86).

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

The process color (four color CMYK) of #eadb56 color hex is 0.00, 0.06, 0.63, 0.08. Web safe color of #eadb56 is #ffcc66. Color #eadb56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 01010110
Octal 352 333 126
Decimal 234 219 86
Hex EA DB 56

RGB Percentages of Color #eadb56

%43.41
%40.63
%15.96

CMYK Percentages of Color #eadb56

%0
%6
%63
%8

Triadic Colors of #eadb56

#eadb56 #56eadb #db56ea

Analogous Colors of #eadb56

#eadb56 #afea56 #ea9156

Monochromatic Colors of #eadb56

#eadb56

Complementary Color

#eadb56 #5665ea

#eadb56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb56 Color CSS Codes

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

#eadb56 Text Font Color

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

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


#eadb56 Background Color

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

This div background color is #eadb56


#eadb56 Border Color

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

This div border color is #eadb56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb56

#eadb56 Color Palettes


Comments

No comments written yet.

Please login to write comment.