Color Hex Logo

#ede859 Color Hex

#EDE859
(237,232,89)
0 Favorites   0 Comments

Color spaces of #ede859

RGB 23723289
HSL0.160.800.64
HSV58°62°93°
CMYK 0.000.020.62   0.07
XYZ65.584876.439020.7487
Yxy76.43900.40290.4696
Hunter Lab87.4294-19.100447.1299
CIE-Lab90.0628-15.334067.7761

#ede859 color RGB value is (237,232,89).

#ede859 hex color red value is 237, green value is 232 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ede859 hue: 0.16 , saturation: 0.80 and the lightness value of ede859 is 0.64.

The process color (four color CMYK) of #ede859 color hex is 0.00, 0.02, 0.62, 0.07. Web safe color of #ede859 is #ffff66. Color #ede859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01011001
Octal 355 350 131
Decimal 237 232 89
Hex ED E8 59

RGB Percentages of Color #ede859

%42.47
%41.58
%15.95

CMYK Percentages of Color #ede859

%0
%2
%62
%7

Triadic Colors of #ede859

#ede859 #59ede8 #e859ed

Analogous Colors of #ede859

#ede859 #a8ed59 #ed9e59

Monochromatic Colors of #ede859

#ede859

Complementary Color

#ede859 #595eed

#ede859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede859 Color CSS Codes

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

#ede859 Text Font Color

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

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


#ede859 Background Color

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

This div background color is #ede859


#ede859 Border Color

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

This div border color is #ede859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede859


Comments

No comments written yet.

Please login to write comment.