Color Hex Logo

#edd015 Color Hex

#EDD015
(237,208,21)
0 Favorites   0 Comments

Color spaces of #edd015

RGB 23720821
HSL0.140.860.51
HSV52°91°93°
CMYK 0.000.120.91   0.07
XYZ57.616363.17049.8659
Yxy63.17040.44100.4835
Hunter Lab79.4798-9.691948.2761
CIE-Lab83.5320-5.856081.7767

#edd015 color RGB value is (237,208,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00010101
Octal 355 320 25
Decimal 237 208 21
Hex ED D0 15

RGB Percentages of Color #edd015

%50.86
%44.64
%4.51

CMYK Percentages of Color #edd015

%0
%12
%91
%7

Triadic Colors of #edd015

#edd015 #15edd0 #d015ed

Analogous Colors of #edd015

#edd015 #9eed15 #ed6415

Monochromatic Colors of #edd015

#edd015

Complementary Color

#edd015 #1532ed

#edd015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd015 Color CSS Codes

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

#edd015 Text Font Color

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

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


#edd015 Background Color

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

This div background color is #edd015


#edd015 Border Color

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

This div border color is #edd015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd015


Comments

No comments written yet.

Please login to write comment.