Color Hex Logo

#eddd2f Color Hex

#EDDD2F
(237,221,47)
0 Favorites   0 Comments

Color spaces of #eddd2f

RGB 23722147
HSL0.150.840.56
HSV55°80°93°
CMYK 0.000.070.80   0.07
XYZ61.294669.922712.9552
Yxy69.92270.42510.4850
Hunter Lab83.6198-15.491449.3481
CIE-Lab86.9589-11.807679.1465

#eddd2f color RGB value is (237,221,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00101111
Octal 355 335 57
Decimal 237 221 47
Hex ED DD 2F

RGB Percentages of Color #eddd2f

%46.93
%43.76
%9.31

CMYK Percentages of Color #eddd2f

%0
%7
%80
%7

Triadic Colors of #eddd2f

#eddd2f #2feddd #dd2fed

Analogous Colors of #eddd2f

#eddd2f #9eed2f #ed7e2f

Monochromatic Colors of #eddd2f

#eddd2f

Complementary Color

#eddd2f #2f3fed

#eddd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd2f Color CSS Codes

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

#eddd2f Text Font Color

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

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


#eddd2f Background Color

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

This div background color is #eddd2f


#eddd2f Border Color

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

This div border color is #eddd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd2f


Comments

No comments written yet.

Please login to write comment.