Color Hex Logo

#ede159 Color Hex

#EDE159
(237,225,89)
0 Favorites   0 Comments

Color spaces of #ede159

RGB 23722589
HSL0.150.800.64
HSV55°62°93°
CMYK 0.000.050.62   0.07
XYZ63.653472.576220.1049
Yxy72.57620.40720.4642
Hunter Lab85.1917-15.714045.6420
CIE-Lab88.2452-11.880165.8453

#ede159 color RGB value is (237,225,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01011001
Octal 355 341 131
Decimal 237 225 89
Hex ED E1 59

RGB Percentages of Color #ede159

%43.01
%40.83
%16.15

CMYK Percentages of Color #ede159

%0
%5
%62
%7

Triadic Colors of #ede159

#ede159 #59ede1 #e159ed

Analogous Colors of #ede159

#ede159 #afed59 #ed9759

Monochromatic Colors of #ede159

#ede159

Complementary Color

#ede159 #5965ed

#ede159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede159 Color CSS Codes

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

#ede159 Text Font Color

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

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


#ede159 Background Color

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

This div background color is #ede159


#ede159 Border Color

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

This div border color is #ede159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede159


Comments

No comments written yet.

Please login to write comment.