Color Hex Logo

#edd779 Color Hex

#EDD779
(237,215,121)
0 Favorites   0 Comments

Color spaces of #edd779

RGB 237215121
HSL0.140.760.70
HSV49°49°93°
CMYK 0.000.090.49   0.07
XYZ62.676767.985927.9083
Yxy67.98590.39530.4287
Hunter Lab82.4536-8.607837.6494
CIE-Lab85.9994-4.448948.8170

#edd779 color RGB value is (237,215,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01111001
Octal 355 327 171
Decimal 237 215 121
Hex ED D7 79

RGB Percentages of Color #edd779

%41.36
%37.52
%21.12

CMYK Percentages of Color #edd779

%0
%9
%49
%7

Triadic Colors of #edd779

#edd779 #79edd7 #d779ed

Analogous Colors of #edd779

#edd779 #c9ed79 #ed9d79

Monochromatic Colors of #edd779

#edd779

Complementary Color

#edd779 #798fed

#edd779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd779 Color CSS Codes

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

#edd779 Text Font Color

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

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


#edd779 Background Color

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

This div background color is #edd779


#edd779 Border Color

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

This div border color is #edd779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd779


Comments

No comments written yet.

Please login to write comment.