Color Hex Logo

#edd016 Color Hex

#EDD016
(237,208,22)
0 Favorites   0 Comments

Color spaces of #edd016

RGB 23720822
HSL0.140.860.51
HSV52°91°93°
CMYK 0.000.120.91   0.07
XYZ57.625763.17429.9157
Yxy63.17420.44080.4833
Hunter Lab79.4822-9.678948.2409
CIE-Lab83.5340-5.841681.6292

#edd016 color RGB value is (237,208,22).

#edd016 hex color red value is 237, green value is 208 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #edd016 hue: 0.14 , saturation: 0.86 and the lightness value of edd016 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00010110
Octal 355 320 26
Decimal 237 208 22
Hex ED D0 16

RGB Percentages of Color #edd016

%50.75
%44.54
%4.71

CMYK Percentages of Color #edd016

%0
%12
%91
%7

Triadic Colors of #edd016

#edd016 #16edd0 #d016ed

Analogous Colors of #edd016

#edd016 #9fed16 #ed6516

Monochromatic Colors of #edd016

#edd016

Complementary Color

#edd016 #1633ed

#edd016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd016 Color CSS Codes

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

#edd016 Text Font Color

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

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


#edd016 Background Color

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

This div background color is #edd016


#edd016 Border Color

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

This div border color is #edd016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd016


Comments

No comments written yet.

Please login to write comment.