Color Hex Logo

#ead71a Color Hex

#EAD71A
(234,215,26)
0 Favorites   0 Comments

Color spaces of #ead71a

RGB 23421526
HSL0.150.830.51
HSV55°89°92°
CMYK 0.000.080.89   0.08
XYZ58.418666.167910.6700
Yxy66.16790.43190.4892
Hunter Lab81.3437-14.158049.1634
CIE-Lab85.0820-10.582182.0721

#ead71a color RGB value is (234,215,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00011010
Octal 352 327 32
Decimal 234 215 26
Hex EA D7 1A

RGB Percentages of Color #ead71a

%49.26
%45.26
%5.47

CMYK Percentages of Color #ead71a

%0
%8
%89
%8

Triadic Colors of #ead71a

#ead71a #1aead7 #d71aea

Analogous Colors of #ead71a

#ead71a #95ea1a #ea6f1a

Monochromatic Colors of #ead71a

#ead71a

Complementary Color

#ead71a #1a2dea

#ead71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead71a Color CSS Codes

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

#ead71a Text Font Color

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

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


#ead71a Background Color

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

This div background color is #ead71a


#ead71a Border Color

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

This div border color is #ead71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead71a


Comments

No comments written yet.

Please login to write comment.