Color Hex Logo

#ede40b Color Hex

#EDE40B
(237,228,11)
0 Favorites   0 Comments

Color spaces of #ede40b

RGB 23722811
HSL0.160.910.49
HSV58°95°93°
CMYK 0.000.040.95   0.07
XYZ62.728973.515511.2004
Yxy73.51550.42540.4986
Hunter Lab85.7412-19.455152.2738
CIE-Lab88.6930-15.938486.7948

#ede40b color RGB value is (237,228,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00001011
Octal 355 344 13
Decimal 237 228 11
Hex ED E4 B

RGB Percentages of Color #ede40b

%49.79
%47.90
%2.31

CMYK Percentages of Color #ede40b

%0
%4
%95
%7

Triadic Colors of #ede40b

#ede40b #0bede4 #e40bed

Analogous Colors of #ede40b

#ede40b #85ed0b #ed730b

Monochromatic Colors of #ede40b

#ede40b

Complementary Color

#ede40b #0b14ed

#ede40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede40b Color CSS Codes

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

#ede40b Text Font Color

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

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


#ede40b Background Color

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

This div background color is #ede40b


#ede40b Border Color

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

This div border color is #ede40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede40b


Comments

No comments written yet.

Please login to write comment.