Color Hex Logo

#ead714 Color Hex

#EAD714
(234,215,20)
0 Favorites   0 Comments

Color spaces of #ead714

RGB 23421520
HSL0.150.840.50
HSV55°91°92°
CMYK 0.000.080.91   0.08
XYZ58.358466.143810.3530
Yxy66.14380.43270.4905
Hunter Lab81.3288-14.240849.3827
CIE-Lab85.0697-10.675382.9733

#ead714 color RGB value is (234,215,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00010100
Octal 352 327 24
Decimal 234 215 20
Hex EA D7 14

RGB Percentages of Color #ead714

%49.89
%45.84
%4.26

CMYK Percentages of Color #ead714

%0
%8
%91
%8

Triadic Colors of #ead714

#ead714 #14ead7 #d714ea

Analogous Colors of #ead714

#ead714 #92ea14 #ea6c14

Monochromatic Colors of #ead714

#ead714

Complementary Color

#ead714 #1427ea

#ead714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead714 Color CSS Codes

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

#ead714 Text Font Color

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

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


#ead714 Background Color

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

This div background color is #ead714


#ead714 Border Color

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

This div border color is #ead714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead714


Comments

No comments written yet.

Please login to write comment.