Color Hex Logo

#eddc2a Color Hex

#EDDC2A
(237,220,42)
0 Favorites   0 Comments

Color spaces of #eddc2a

RGB 23722042
HSL0.150.840.55
HSV55°82°93°
CMYK 0.000.070.82   0.07
XYZ60.936269.358112.3663
Yxy69.35810.42710.4862
Hunter Lab83.2815-15.136149.4932
CIE-Lab86.6811-11.453580.1811

#eddc2a color RGB value is (237,220,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00101010
Octal 355 334 52
Decimal 237 220 42
Hex ED DC 2A

RGB Percentages of Color #eddc2a

%47.49
%44.09
%8.42

CMYK Percentages of Color #eddc2a

%0
%7
%82
%7

Triadic Colors of #eddc2a

#eddc2a #2aeddc #dc2aed

Analogous Colors of #eddc2a

#eddc2a #9ded2a #ed7b2a

Monochromatic Colors of #eddc2a

#eddc2a

Complementary Color

#eddc2a #2a3bed

#eddc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc2a Color CSS Codes

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

#eddc2a Text Font Color

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

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


#eddc2a Background Color

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

This div background color is #eddc2a


#eddc2a Border Color

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

This div border color is #eddc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc2a


Comments

No comments written yet.

Please login to write comment.