Color Hex Logo

#eed507 Color Hex

#EED507
(238,213,7)
0 Favorites   0 Comments

Color spaces of #eed507

RGB 2382137
HSL0.150.940.48
HSV54°97°93°
CMYK 0.000.110.97   0.07
XYZ59.092565.78109.7835
Yxy65.78100.43880.4885
Hunter Lab81.1055-11.881649.6219
CIE-Lab84.8846-8.102884.3596

#eed507 color RGB value is (238,213,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 00000111
Octal 356 325 7
Decimal 238 213 7
Hex EE D5 7

RGB Percentages of Color #eed507

%51.97
%46.51
%1.53

CMYK Percentages of Color #eed507

%0
%11
%97
%7

Triadic Colors of #eed507

#eed507 #07eed5 #d507ee

Analogous Colors of #eed507

#eed507 #94ee07 #ee6107

Monochromatic Colors of #eed507

#eed507

Complementary Color

#eed507 #0720ee

#eed507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed507 Color CSS Codes

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

#eed507 Text Font Color

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

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


#eed507 Background Color

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

This div background color is #eed507


#eed507 Border Color

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

This div border color is #eed507


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,213,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 #eed507">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed507


Comments

No comments written yet.

Please login to write comment.