Color Hex Logo

#eddd15 Color Hex

#EDDD15
(237,221,21)
0 Favorites   0 Comments

Color spaces of #eddd15

RGB 23722121
HSL0.150.860.51
HSV56°91°93°
CMYK 0.000.070.91   0.07
XYZ60.916969.771610.9661
Yxy69.77160.43000.4925
Hunter Lab83.5294-15.998750.6867
CIE-Lab86.8847-12.376884.3351

#eddd15 color RGB value is (237,221,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00010101
Octal 355 335 25
Decimal 237 221 21
Hex ED DD 15

RGB Percentages of Color #eddd15

%49.48
%46.14
%4.38

CMYK Percentages of Color #eddd15

%0
%7
%91
%7

Triadic Colors of #eddd15

#eddd15 #15eddd #dd15ed

Analogous Colors of #eddd15

#eddd15 #91ed15 #ed7115

Monochromatic Colors of #eddd15

#eddd15

Complementary Color

#eddd15 #1525ed

#eddd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd15 Color CSS Codes

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

#eddd15 Text Font Color

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

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


#eddd15 Background Color

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

This div background color is #eddd15


#eddd15 Border Color

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

This div border color is #eddd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd15

#eddd15 Color Palettes


Comments

No comments written yet.

Please login to write comment.