Color Hex Logo

#ede487 Color Hex

#EDE487
(237,228,135)
0 Favorites   0 Comments

Color spaces of #ede487

RGB 237228135
HSL0.150.740.73
HSV55°43°93°
CMYK 0.000.040.43   0.07
XYZ67.041675.240633.9111
Yxy75.24060.38050.4270
Hunter Lab86.7413-13.836337.5398
CIE-Lab89.5056-9.684846.3381

#ede487 color RGB value is (237,228,135).

#ede487 hex color red value is 237, green value is 228 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ede487 hue: 0.15 , saturation: 0.74 and the lightness value of ede487 is 0.73.

The process color (four color CMYK) of #ede487 color hex is 0.00, 0.04, 0.43, 0.07. Web safe color of #ede487 is #ffcc99. Color #ede487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10000111
Octal 355 344 207
Decimal 237 228 135
Hex ED E4 87

RGB Percentages of Color #ede487

%39.50
%38.00
%22.50

CMYK Percentages of Color #ede487

%0
%4
%43
%7

Triadic Colors of #ede487

#ede487 #87ede4 #e487ed

Analogous Colors of #ede487

#ede487 #c3ed87 #edb187

Monochromatic Colors of #ede487

#ede487

Complementary Color

#ede487 #8790ed

#ede487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede487 Color CSS Codes

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

#ede487 Text Font Color

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

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


#ede487 Background Color

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

This div background color is #ede487


#ede487 Border Color

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

This div border color is #ede487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede487


Comments

No comments written yet.

Please login to write comment.