Color Hex Logo

#ead707 Color Hex

#EAD707
(234,215,7)
0 Favorites   0 Comments

Color spaces of #ead707

RGB 2342157
HSL0.150.940.47
HSV55°97°92°
CMYK 0.000.080.97   0.08
XYZ58.270566.10869.8901
Yxy66.10860.43400.4924
Hunter Lab81.3072-14.361849.7031
CIE-Lab85.0518-10.811484.3237

#ead707 color RGB value is (234,215,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00000111
Octal 352 327 7
Decimal 234 215 7
Hex EA D7 7

RGB Percentages of Color #ead707

%51.32
%47.15
%1.54

CMYK Percentages of Color #ead707

%0
%8
%97
%8

Triadic Colors of #ead707

#ead707 #07ead7 #d707ea

Analogous Colors of #ead707

#ead707 #8cea07 #ea6607

Monochromatic Colors of #ead707

#ead707

Complementary Color

#ead707 #071aea

#ead707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead707 Color CSS Codes

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

#ead707 Text Font Color

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

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


#ead707 Background Color

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

This div background color is #ead707


#ead707 Border Color

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

This div border color is #ead707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead707


Comments

No comments written yet.

Please login to write comment.