Color Hex Logo

#ede86f Color Hex

#EDE86F
(237,232,111)
0 Favorites   0 Comments

Color spaces of #ede86f

RGB 237232111
HSL0.160.780.68
HSV58°53°93°
CMYK 0.000.020.53   0.07
XYZ66.650976.865426.3626
Yxy76.86540.39230.4525
Hunter Lab87.6729-17.727943.5430
CIE-Lab90.2596-13.801358.5523

#ede86f color RGB value is (237,232,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01101111
Octal 355 350 157
Decimal 237 232 111
Hex ED E8 6F

RGB Percentages of Color #ede86f

%40.86
%40.00
%19.14

CMYK Percentages of Color #ede86f

%0
%2
%53
%7

Triadic Colors of #ede86f

#ede86f #6fede8 #e86fed

Analogous Colors of #ede86f

#ede86f #b3ed6f #eda96f

Monochromatic Colors of #ede86f

#ede86f

Complementary Color

#ede86f #6f74ed

#ede86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede86f Color CSS Codes

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

#ede86f Text Font Color

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

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


#ede86f Background Color

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

This div background color is #ede86f


#ede86f Border Color

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

This div border color is #ede86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede86f


Comments

No comments written yet.

Please login to write comment.