Color Hex Logo

#ede45e Color Hex

#EDE45E
(237,228,94)
0 Favorites   0 Comments

Color spaces of #ede45e

RGB 23722894
HSL0.160.800.65
HSV56°60°93°
CMYK 0.000.040.60   0.07
XYZ64.688874.299521.5214
Yxy74.29950.40300.4629
Hunter Lab86.1972-16.885345.5347
CIE-Lab89.0638-13.049664.6425

#ede45e color RGB value is (237,228,94).

#ede45e hex color red value is 237, green value is 228 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ede45e hue: 0.16 , saturation: 0.80 and the lightness value of ede45e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01011110
Octal 355 344 136
Decimal 237 228 94
Hex ED E4 5E

RGB Percentages of Color #ede45e

%42.40
%40.79
%16.82

CMYK Percentages of Color #ede45e

%0
%4
%60
%7

Triadic Colors of #ede45e

#ede45e #5eede4 #e45eed

Analogous Colors of #ede45e

#ede45e #afed5e #ed9d5e

Monochromatic Colors of #ede45e

#ede45e

Complementary Color

#ede45e #5e67ed

#ede45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede45e Color CSS Codes

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

#ede45e Text Font Color

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

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


#ede45e Background Color

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

This div background color is #ede45e


#ede45e Border Color

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

This div border color is #ede45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede45e


Comments

No comments written yet.

Please login to write comment.