Color Hex Logo

#ede259 Color Hex

#EDE259
(237,226,89)
0 Favorites   0 Comments

Color spaces of #ede259

RGB 23722689
HSL0.150.800.64
HSV56°62°93°
CMYK 0.000.050.62   0.07
XYZ63.924673.118520.1953
Yxy73.11850.40650.4650
Hunter Lab85.5094-16.199445.8536
CIE-Lab88.5042-12.376166.1214

#ede259 color RGB value is (237,226,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01011001
Octal 355 342 131
Decimal 237 226 89
Hex ED E2 59

RGB Percentages of Color #ede259

%42.93
%40.94
%16.12

CMYK Percentages of Color #ede259

%0
%5
%62
%7

Triadic Colors of #ede259

#ede259 #59ede2 #e259ed

Analogous Colors of #ede259

#ede259 #aeed59 #ed9859

Monochromatic Colors of #ede259

#ede259

Complementary Color

#ede259 #5964ed

#ede259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede259 Color CSS Codes

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

#ede259 Text Font Color

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

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


#ede259 Background Color

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

This div background color is #ede259


#ede259 Border Color

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

This div border color is #ede259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede259


Comments

No comments written yet.

Please login to write comment.