Color Hex Logo

#ead51f Color Hex

#EAD51F
(234,213,31)
0 Favorites   0 Comments

Color spaces of #ead51f

RGB 23421331
HSL0.150.830.52
HSV54°87°92°
CMYK 0.000.090.87   0.08
XYZ57.973365.179910.8218
Yxy65.17990.43270.4865
Hunter Lab80.7341-13.107848.5665
CIE-Lab84.5764-9.485680.7651

#ead51f color RGB value is (234,213,31).

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

The process color (four color CMYK) of #ead51f color hex is 0.00, 0.09, 0.87, 0.08. Web safe color of #ead51f is #ffcc33. Color #ead51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 00011111
Octal 352 325 37
Decimal 234 213 31
Hex EA D5 1F

RGB Percentages of Color #ead51f

%48.95
%44.56
%6.49

CMYK Percentages of Color #ead51f

%0
%9
%87
%8

Triadic Colors of #ead51f

#ead51f #1fead5 #d51fea

Analogous Colors of #ead51f

#ead51f #9aea1f #ea701f

Monochromatic Colors of #ead51f

#ead51f

Complementary Color

#ead51f #1f34ea

#ead51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead51f Color CSS Codes

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

#ead51f Text Font Color

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

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


#ead51f Background Color

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

This div background color is #ead51f


#ead51f Border Color

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

This div border color is #ead51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead51f


Comments

No comments written yet.

Please login to write comment.