Color Hex Logo

#ede94e Color Hex

#EDE94E
(237,233,78)
0 Favorites   0 Comments

Color spaces of #ede94e

RGB 23723378
HSL0.160.820.62
HSV58°67°93°
CMYK 0.000.020.67   0.07
XYZ65.439176.832418.5889
Yxy76.83240.40680.4776
Hunter Lab87.6541-20.133648.7842
CIE-Lab90.2444-16.444472.2299

#ede94e color RGB value is (237,233,78).

#ede94e hex color red value is 237, green value is 233 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ede94e hue: 0.16 , saturation: 0.82 and the lightness value of ede94e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 01001110
Octal 355 351 116
Decimal 237 233 78
Hex ED E9 4E

RGB Percentages of Color #ede94e

%43.25
%42.52
%14.23

CMYK Percentages of Color #ede94e

%0
%2
%67
%7

Triadic Colors of #ede94e

#ede94e #4eede9 #e94eed

Analogous Colors of #ede94e

#ede94e #a2ed4e #ed9a4e

Monochromatic Colors of #ede94e

#ede94e

Complementary Color

#ede94e #4e52ed

#ede94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede94e Color CSS Codes

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

#ede94e Text Font Color

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

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


#ede94e Background Color

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

This div background color is #ede94e


#ede94e Border Color

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

This div border color is #ede94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede94e


Comments

No comments written yet.

Please login to write comment.