Color Hex Logo

#edd10e Color Hex

#EDD10E
(237,209,14)
0 Favorites   0 Comments

Color spaces of #edd10e

RGB 23720914
HSL0.150.890.49
HSV52°94°93°
CMYK 0.000.120.94   0.07
XYZ57.804863.63729.6520
Yxy63.63720.44090.4854
Hunter Lab79.7729-10.258548.6673
CIE-Lab83.7765-6.449282.8523

#edd10e color RGB value is (237,209,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00001110
Octal 355 321 16
Decimal 237 209 14
Hex ED D1 E

RGB Percentages of Color #edd10e

%51.52
%45.43
%3.04

CMYK Percentages of Color #edd10e

%0
%12
%94
%7

Triadic Colors of #edd10e

#edd10e #0eedd1 #d10eed

Analogous Colors of #edd10e

#edd10e #9aed0e #ed620e

Monochromatic Colors of #edd10e

#edd10e

Complementary Color

#edd10e #0e2aed

#edd10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd10e Color CSS Codes

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

#edd10e Text Font Color

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

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


#edd10e Background Color

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

This div background color is #edd10e


#edd10e Border Color

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

This div border color is #edd10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd10e


Comments

No comments written yet.

Please login to write comment.