Color Hex Logo

#ede510 Color Hex

#EDE510
(237,229,16)
0 Favorites   0 Comments

Color spaces of #ede510

RGB 23722916
HSL0.160.870.50
HSV58°93°93°
CMYK 0.000.030.93   0.07
XYZ63.037974.080611.4667
Yxy74.08060.42430.4986
Hunter Lab86.0701-19.888952.3501
CIE-Lab88.9606-16.378186.5192

#ede510 color RGB value is (237,229,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 00010000
Octal 355 345 20
Decimal 237 229 16
Hex ED E5 10

RGB Percentages of Color #ede510

%49.17
%47.51
%3.32

CMYK Percentages of Color #ede510

%0
%3
%93
%7

Triadic Colors of #ede510

#ede510 #10ede5 #e510ed

Analogous Colors of #ede510

#ede510 #87ed10 #ed7710

Monochromatic Colors of #ede510

#ede510

Complementary Color

#ede510 #1018ed

#ede510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede510 Color CSS Codes

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

#ede510 Text Font Color

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

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


#ede510 Background Color

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

This div background color is #ede510


#ede510 Border Color

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

This div border color is #ede510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede510


Comments

No comments written yet.

Please login to write comment.