Color Hex Logo

#ede40e Color Hex

#EDE40E
(237,228,14)
0 Favorites   0 Comments

Color spaces of #ede40e

RGB 23722814
HSL0.160.890.49
HSV58°94°93°
CMYK 0.000.040.94   0.07
XYZ62.747773.523011.2997
Yxy73.52300.42520.4982
Hunter Lab85.7456-19.430352.2085
CIE-Lab88.6966-15.910386.5248

#ede40e color RGB value is (237,228,14).

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

The process color (four color CMYK) of #ede40e color hex is 0.00, 0.04, 0.94, 0.07. Web safe color of #ede40e is #ffcc00. Color #ede40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00001110
Octal 355 344 16
Decimal 237 228 14
Hex ED E4 E

RGB Percentages of Color #ede40e

%49.48
%47.60
%2.92

CMYK Percentages of Color #ede40e

%0
%4
%94
%7

Triadic Colors of #ede40e

#ede40e #0eede4 #e40eed

Analogous Colors of #ede40e

#ede40e #87ed0e #ed750e

Monochromatic Colors of #ede40e

#ede40e

Complementary Color

#ede40e #0e17ed

#ede40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede40e Color CSS Codes

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

#ede40e Text Font Color

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

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


#ede40e Background Color

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

This div background color is #ede40e


#ede40e Border Color

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

This div border color is #ede40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede40e


Comments

No comments written yet.

Please login to write comment.