Color Hex Logo

#ead93b Color Hex

#EAD93B
(234,217,59)
0 Favorites   0 Comments

Color spaces of #ead93b

RGB 23421759
HSL0.150.810.57
HSV54°75°92°
CMYK 0.000.070.75   0.08
XYZ59.534067.433914.0159
Yxy67.43390.42230.4783
Hunter Lab82.1181-14.297947.3631
CIE-Lab85.7226-10.654774.4003

#ead93b color RGB value is (234,217,59).

#ead93b hex color red value is 234, green value is 217 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ead93b hue: 0.15 , saturation: 0.81 and the lightness value of ead93b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 00111011
Octal 352 331 73
Decimal 234 217 59
Hex EA D9 3B

RGB Percentages of Color #ead93b

%45.88
%42.55
%11.57

CMYK Percentages of Color #ead93b

%0
%7
%75
%8

Triadic Colors of #ead93b

#ead93b #3bead9 #d93bea

Analogous Colors of #ead93b

#ead93b #a4ea3b #ea823b

Monochromatic Colors of #ead93b

#ead93b

Complementary Color

#ead93b #3b4cea

#ead93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead93b Color CSS Codes

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

#ead93b Text Font Color

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

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


#ead93b Background Color

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

This div background color is #ead93b


#ead93b Border Color

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

This div border color is #ead93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead93b


Comments

No comments written yet.

Please login to write comment.