Color Hex Logo

#ede14e Color Hex

#EDE14E
(237,225,78)
0 Favorites   0 Comments

Color spaces of #ede14e

RGB 23722578
HSL0.150.820.62
HSV55°67°93°
CMYK 0.000.050.67   0.07
XYZ63.225472.405017.8510
Yxy72.40500.41190.4718
Hunter Lab85.0911-16.278347.1255
CIE-Lab88.1632-12.509270.1295

#ede14e color RGB value is (237,225,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01001110
Octal 355 341 116
Decimal 237 225 78
Hex ED E1 4E

RGB Percentages of Color #ede14e

%43.89
%41.67
%14.44

CMYK Percentages of Color #ede14e

%0
%5
%67
%7

Triadic Colors of #ede14e

#ede14e #4eede1 #e14eed

Analogous Colors of #ede14e

#ede14e #aaed4e #ed924e

Monochromatic Colors of #ede14e

#ede14e

Complementary Color

#ede14e #4e5aed

#ede14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede14e Color CSS Codes

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

#ede14e Text Font Color

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

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


#ede14e Background Color

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

This div background color is #ede14e


#ede14e Border Color

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

This div border color is #ede14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede14e


Comments

No comments written yet.

Please login to write comment.