Color Hex Logo

#eddd36 Color Hex

#EDDD36
(237,221,54)
0 Favorites   0 Comments

Color spaces of #eddd36

RGB 23722154
HSL0.150.840.57
HSV55°77°93°
CMYK 0.000.070.77   0.07
XYZ61.447469.983813.7596
Yxy69.98380.42320.4820
Hunter Lab83.6563-15.286448.8075
CIE-Lab86.9889-11.578177.2030

#eddd36 color RGB value is (237,221,54).

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

The process color (four color CMYK) of #eddd36 color hex is 0.00, 0.07, 0.77, 0.07. Web safe color of #eddd36 is #ffcc33. Color #eddd36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00110110
Octal 355 335 66
Decimal 237 221 54
Hex ED DD 36

RGB Percentages of Color #eddd36

%46.29
%43.16
%10.55

CMYK Percentages of Color #eddd36

%0
%7
%77
%7

Triadic Colors of #eddd36

#eddd36 #36eddd #dd36ed

Analogous Colors of #eddd36

#eddd36 #a2ed36 #ed8236

Monochromatic Colors of #eddd36

#eddd36

Complementary Color

#eddd36 #3646ed

#eddd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd36 Color CSS Codes

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

#eddd36 Text Font Color

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

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


#eddd36 Background Color

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

This div background color is #eddd36


#eddd36 Border Color

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

This div border color is #eddd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd36


Comments

No comments written yet.

Please login to write comment.