Color Hex Logo

#eddd14 Color Hex

#EDDD14
(237,221,20)
0 Favorites   0 Comments

Color spaces of #eddd14

RGB 23722120
HSL0.150.860.50
HSV56°92°93°
CMYK 0.000.070.92   0.07
XYZ60.907869.767910.9182
Yxy69.76790.43020.4927
Hunter Lab83.5272-16.010850.7190
CIE-Lab86.8829-12.390484.4676

#eddd14 color RGB value is (237,221,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00010100
Octal 355 335 24
Decimal 237 221 20
Hex ED DD 14

RGB Percentages of Color #eddd14

%49.58
%46.23
%4.18

CMYK Percentages of Color #eddd14

%0
%7
%92
%7

Triadic Colors of #eddd14

#eddd14 #14eddd #dd14ed

Analogous Colors of #eddd14

#eddd14 #91ed14 #ed7114

Monochromatic Colors of #eddd14

#eddd14

Complementary Color

#eddd14 #1424ed

#eddd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd14 Color CSS Codes

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

#eddd14 Text Font Color

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

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


#eddd14 Background Color

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

This div background color is #eddd14


#eddd14 Border Color

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

This div border color is #eddd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd14


Comments

No comments written yet.

Please login to write comment.