Color Hex Logo

#ede486 Color Hex

#EDE486
(237,228,134)
0 Favorites   0 Comments

Color spaces of #ede486

RGB 237228134
HSL0.150.740.73
HSV55°43°93°
CMYK 0.000.040.43   0.07
XYZ66.971575.212633.5420
Yxy75.21260.38110.4280
Hunter Lab86.7252-13.926737.7765
CIE-Lab89.4925-9.783646.8092

#ede486 color RGB value is (237,228,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 10000110
Octal 355 344 206
Decimal 237 228 134
Hex ED E4 86

RGB Percentages of Color #ede486

%39.57
%38.06
%22.37

CMYK Percentages of Color #ede486

%0
%4
%43
%7

Triadic Colors of #ede486

#ede486 #86ede4 #e486ed

Analogous Colors of #ede486

#ede486 #c3ed86 #edb186

Monochromatic Colors of #ede486

#ede486

Complementary Color

#ede486 #868fed

#ede486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede486 Color CSS Codes

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

#ede486 Text Font Color

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

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


#ede486 Background Color

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

This div background color is #ede486


#ede486 Border Color

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

This div border color is #ede486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede486


Comments

No comments written yet.

Please login to write comment.