Color Hex Logo

#ede040 Color Hex

#EDE040
(237,224,64)
0 Favorites   0 Comments

Color spaces of #ede040

RGB 23722464
HSL0.150.830.59
HSV55°73°93°
CMYK 0.000.050.73   0.07
XYZ62.506171.686015.3928
Yxy71.68600.41790.4792
Hunter Lab84.6676-16.390148.4882
CIE-Lab87.8172-12.679674.8077

#ede040 color RGB value is (237,224,64).

#ede040 hex color red value is 237, green value is 224 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ede040 hue: 0.15 , saturation: 0.83 and the lightness value of ede040 is 0.59.

The process color (four color CMYK) of #ede040 color hex is 0.00, 0.05, 0.73, 0.07. Web safe color of #ede040 is #ffcc33. Color #ede040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 01000000
Octal 355 340 100
Decimal 237 224 64
Hex ED E0 40

RGB Percentages of Color #ede040

%45.14
%42.67
%12.19

CMYK Percentages of Color #ede040

%0
%5
%73
%7

Triadic Colors of #ede040

#ede040 #40ede0 #e040ed

Analogous Colors of #ede040

#ede040 #a4ed40 #ed8a40

Monochromatic Colors of #ede040

#ede040

Complementary Color

#ede040 #404ded

#ede040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede040 Color CSS Codes

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

#ede040 Text Font Color

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

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


#ede040 Background Color

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

This div background color is #ede040


#ede040 Border Color

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

This div border color is #ede040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede040


Comments

No comments written yet.

Please login to write comment.