Color Hex Logo

#eded47 Color Hex

#EDED47
(237,237,71)
0 Favorites   0 Comments

Color spaces of #eded47

RGB 23723771
HSL0.170.820.60
HSV60°70°93°
CMYK 0.000.000.70   0.07
XYZ66.346679.027817.7183
Yxy79.02780.40680.4846
Hunter Lab88.8976-22.351550.4111
CIE-Lab91.2469-18.733775.7181

#eded47 color RGB value is (237,237,71).

#eded47 hex color red value is 237, green value is 237 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eded47 hue: 0.17 , saturation: 0.82 and the lightness value of eded47 is 0.60.

The process color (four color CMYK) of #eded47 color hex is 0.00, 0.00, 0.70, 0.07. Web safe color of #eded47 is #ffff33. Color #eded47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 01000111
Octal 355 355 107
Decimal 237 237 71
Hex ED ED 47

RGB Percentages of Color #eded47

%43.49
%43.49
%13.03

CMYK Percentages of Color #eded47

%0
%0
%70
%7

Triadic Colors of #eded47

#eded47 #47eded #ed47ed

Analogous Colors of #eded47

#eded47 #9aed47 #ed9a47

Monochromatic Colors of #eded47

#eded47

Complementary Color

#eded47 #4747ed

#eded47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded47 Color CSS Codes

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

#eded47 Text Font Color

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

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


#eded47 Background Color

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

This div background color is #eded47


#eded47 Border Color

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

This div border color is #eded47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,237,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eded47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eded47;
  -webkit-box-shadow: 1px 1px 3px 2px #eded47;
  box-shadow:         1px 1px 3px 2px #eded47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded47


Comments

No comments written yet.

Please login to write comment.