Color Hex Logo

#ede30e Color Hex

#EDE30E
(237,227,14)
0 Favorites   0 Comments

Color spaces of #ede30e

RGB 23722714
HSL0.160.890.49
HSV57°94°93°
CMYK 0.000.040.94   0.07
XYZ62.473472.974411.2082
Yxy72.97440.42600.4976
Hunter Lab85.4251-18.952552.0184
CIE-Lab88.4355-15.420486.3291

#ede30e color RGB value is (237,227,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00001110
Octal 355 343 16
Decimal 237 227 14
Hex ED E3 E

RGB Percentages of Color #ede30e

%49.58
%47.49
%2.93

CMYK Percentages of Color #ede30e

%0
%4
%94
%7

Triadic Colors of #ede30e

#ede30e #0eede3 #e30eed

Analogous Colors of #ede30e

#ede30e #88ed0e #ed740e

Monochromatic Colors of #ede30e

#ede30e

Complementary Color

#ede30e #0e18ed

#ede30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede30e Color CSS Codes

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

#ede30e Text Font Color

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

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


#ede30e Background Color

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

This div background color is #ede30e


#ede30e Border Color

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

This div border color is #ede30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede30e


Comments

No comments written yet.

Please login to write comment.