Color Hex Logo

#ede010 Color Hex

#EDE010
(237,224,16)
0 Favorites   0 Comments

Color spaces of #ede010

RGB 23722416
HSL0.160.870.50
HSV56°93°93°
CMYK 0.000.050.93   0.07
XYZ61.674271.353211.0122
Yxy71.35320.42820.4954
Hunter Lab84.4708-17.496851.4001
CIE-Lab87.6563-13.923685.5352

#ede010 color RGB value is (237,224,16).

#ede010 hex color red value is 237, green value is 224 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ede010 hue: 0.16 , saturation: 0.87 and the lightness value of ede010 is 0.50.

The process color (four color CMYK) of #ede010 color hex is 0.00, 0.05, 0.93, 0.07. Web safe color of #ede010 is #ffcc00. Color #ede010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 00010000
Octal 355 340 20
Decimal 237 224 16
Hex ED E0 10

RGB Percentages of Color #ede010

%49.69
%46.96
%3.35

CMYK Percentages of Color #ede010

%0
%5
%93
%7

Triadic Colors of #ede010

#ede010 #10ede0 #e010ed

Analogous Colors of #ede010

#ede010 #8ced10 #ed7210

Monochromatic Colors of #ede010

#ede010

Complementary Color

#ede010 #101ded

#ede010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede010 Color CSS Codes

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

#ede010 Text Font Color

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

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


#ede010 Background Color

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

This div background color is #ede010


#ede010 Border Color

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

This div border color is #ede010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede010


Comments

No comments written yet.

Please login to write comment.