Color Hex Logo

#ede30a Color Hex

#EDE30A
(237,227,10)
0 Favorites   0 Comments

Color spaces of #ede30a

RGB 23722710
HSL0.160.920.48
HSV57°96°93°
CMYK 0.000.040.96   0.07
XYZ62.448972.964611.0793
Yxy72.96460.42630.4981
Hunter Lab85.4193-18.984952.1033
CIE-Lab88.4308-15.457186.6817

#ede30a color RGB value is (237,227,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00001010
Octal 355 343 12
Decimal 237 227 10
Hex ED E3 A

RGB Percentages of Color #ede30a

%50.00
%47.89
%2.11

CMYK Percentages of Color #ede30a

%0
%4
%96
%7

Triadic Colors of #ede30a

#ede30a #0aede3 #e30aed

Analogous Colors of #ede30a

#ede30a #86ed0a #ed720a

Monochromatic Colors of #ede30a

#ede30a

Complementary Color

#ede30a #0a14ed

#ede30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede30a Color CSS Codes

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

#ede30a Text Font Color

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

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


#ede30a Background Color

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

This div background color is #ede30a


#ede30a Border Color

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

This div border color is #ede30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede30a


Comments

No comments written yet.

Please login to write comment.