Color Hex Logo

#eddd7a Color Hex

#EDDD7A
(237,221,122)
0 Favorites   0 Comments

Color spaces of #eddd7a

RGB 237221122
HSL0.140.760.70
HSV52°49°93°
CMYK 0.000.070.49   0.07
XYZ64.294471.122628.7517
Yxy71.12260.39160.4332
Hunter Lab84.3342-11.500738.8205
CIE-Lab87.5445-7.396550.2139

#eddd7a color RGB value is (237,221,122).

#eddd7a hex color red value is 237, green value is 221 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eddd7a hue: 0.14 , saturation: 0.76 and the lightness value of eddd7a is 0.70.

The process color (four color CMYK) of #eddd7a color hex is 0.00, 0.07, 0.49, 0.07. Web safe color of #eddd7a is #ffcc66. Color #eddd7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 01111010
Octal 355 335 172
Decimal 237 221 122
Hex ED DD 7A

RGB Percentages of Color #eddd7a

%40.86
%38.10
%21.03

CMYK Percentages of Color #eddd7a

%0
%7
%49
%7

Triadic Colors of #eddd7a

#eddd7a #7aeddd #dd7aed

Analogous Colors of #eddd7a

#eddd7a #c4ed7a #eda47a

Monochromatic Colors of #eddd7a

#eddd7a

Complementary Color

#eddd7a #7a8aed

#eddd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd7a Color CSS Codes

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

#eddd7a Text Font Color

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

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


#eddd7a Background Color

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

This div background color is #eddd7a


#eddd7a Border Color

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

This div border color is #eddd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd7a


Comments

No comments written yet.

Please login to write comment.