Color Hex Logo

#ede34e Color Hex

#EDE34E
(237,227,78)
0 Favorites   0 Comments

Color spaces of #ede34e

RGB 23722778
HSL0.160.820.62
HSV56°67°93°
CMYK 0.000.040.67   0.07
XYZ63.769373.492818.0322
Yxy73.49280.41060.4732
Hunter Lab85.7279-17.245547.5384
CIE-Lab88.6822-13.498570.6553

#ede34e color RGB value is (237,227,78).

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

The process color (four color CMYK) of #ede34e color hex is 0.00, 0.04, 0.67, 0.07. Web safe color of #ede34e is #ffcc66. Color #ede34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01001110
Octal 355 343 116
Decimal 237 227 78
Hex ED E3 4E

RGB Percentages of Color #ede34e

%43.73
%41.88
%14.39

CMYK Percentages of Color #ede34e

%0
%4
%67
%7

Triadic Colors of #ede34e

#ede34e #4eede3 #e34eed

Analogous Colors of #ede34e

#ede34e #a8ed4e #ed944e

Monochromatic Colors of #ede34e

#ede34e

Complementary Color

#ede34e #4e58ed

#ede34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede34e Color CSS Codes

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

#ede34e Text Font Color

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

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


#ede34e Background Color

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

This div background color is #ede34e


#ede34e Border Color

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

This div border color is #ede34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede34e


Comments

No comments written yet.

Please login to write comment.