Color Hex Logo

#ead718 Color Hex

#EAD718
(234,215,24)
0 Favorites   0 Comments

Color spaces of #ead718

RGB 23421524
HSL0.150.830.51
HSV55°90°92°
CMYK 0.000.080.90   0.08
XYZ58.397066.159310.5563
Yxy66.15930.43220.4897
Hunter Lab81.3384-14.187849.2421
CIE-Lab85.0776-10.615682.3932

#ead718 color RGB value is (234,215,24).

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

The process color (four color CMYK) of #ead718 color hex is 0.00, 0.08, 0.90, 0.08. Web safe color of #ead718 is #ffcc00. Color #ead718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00011000
Octal 352 327 30
Decimal 234 215 24
Hex EA D7 18

RGB Percentages of Color #ead718

%49.47
%45.45
%5.07

CMYK Percentages of Color #ead718

%0
%8
%90
%8

Triadic Colors of #ead718

#ead718 #18ead7 #d718ea

Analogous Colors of #ead718

#ead718 #94ea18 #ea6e18

Monochromatic Colors of #ead718

#ead718

Complementary Color

#ead718 #182bea

#ead718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead718 Color CSS Codes

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

#ead718 Text Font Color

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

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


#ead718 Background Color

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

This div background color is #ead718


#ead718 Border Color

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

This div border color is #ead718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead718


Comments

No comments written yet.

Please login to write comment.