Color Hex Logo

#ede04f Color Hex

#EDE04F
(237,224,79)
0 Favorites   0 Comments

Color spaces of #ede04f

RGB 23722479
HSL0.150.810.62
HSV55°67°93°
CMYK 0.000.050.67   0.07
XYZ62.992071.880317.9514
Yxy71.88030.41220.4703
Hunter Lab84.7823-15.746046.7938
CIE-Lab87.9109-11.959769.4898

#ede04f color RGB value is (237,224,79).

#ede04f hex color red value is 237, green value is 224 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ede04f hue: 0.15 , saturation: 0.81 and the lightness value of ede04f is 0.62.

The process color (four color CMYK) of #ede04f color hex is 0.00, 0.05, 0.67, 0.07. Web safe color of #ede04f is #ffcc66. Color #ede04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 01001111
Octal 355 340 117
Decimal 237 224 79
Hex ED E0 4F

RGB Percentages of Color #ede04f

%43.89
%41.48
%14.63

CMYK Percentages of Color #ede04f

%0
%5
%67
%7

Triadic Colors of #ede04f

#ede04f #4fede0 #e04fed

Analogous Colors of #ede04f

#ede04f #abed4f #ed914f

Monochromatic Colors of #ede04f

#ede04f

Complementary Color

#ede04f #4f5ced

#ede04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede04f Color CSS Codes

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

#ede04f Text Font Color

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

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


#ede04f Background Color

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

This div background color is #ede04f


#ede04f Border Color

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

This div border color is #ede04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede04f


Comments

No comments written yet.

Please login to write comment.