Color Hex Logo

#ede47e Color Hex

#EDE47E
(237,228,126)
0 Favorites   0 Comments

Color spaces of #ede47e

RGB 237228126
HSL0.150.760.71
HSV55°47°93°
CMYK 0.000.040.47   0.07
XYZ66.434474.997730.7132
Yxy74.99770.38590.4357
Hunter Lab86.6012-14.619439.5936
CIE-Lab89.3919-10.542750.5451

#ede47e color RGB value is (237,228,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01111110
Octal 355 344 176
Decimal 237 228 126
Hex ED E4 7E

RGB Percentages of Color #ede47e

%40.10
%38.58
%21.32

CMYK Percentages of Color #ede47e

%0
%4
%47
%7

Triadic Colors of #ede47e

#ede47e #7eede4 #e47eed

Analogous Colors of #ede47e

#ede47e #bfed7e #edad7e

Monochromatic Colors of #ede47e

#ede47e

Complementary Color

#ede47e #7e87ed

#ede47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede47e Color CSS Codes

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

#ede47e Text Font Color

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

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


#ede47e Background Color

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

This div background color is #ede47e


#ede47e Border Color

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

This div border color is #ede47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede47e


Comments

No comments written yet.

Please login to write comment.