Color Hex Logo

#edd679 Color Hex

#EDD679
(237,214,121)
0 Favorites   0 Comments

Color spaces of #edd679

RGB 237214121
HSL0.130.760.70
HSV48°49°93°
CMYK 0.000.100.49   0.07
XYZ62.422867.478127.8237
Yxy67.47810.39580.4278
Hunter Lab82.1451-8.110037.4192
CIE-Lab85.7448-3.940048.5065

#edd679 color RGB value is (237,214,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01111001
Octal 355 326 171
Decimal 237 214 121
Hex ED D6 79

RGB Percentages of Color #edd679

%41.43
%37.41
%21.15

CMYK Percentages of Color #edd679

%0
%10
%49
%7

Triadic Colors of #edd679

#edd679 #79edd6 #d679ed

Analogous Colors of #edd679

#edd679 #caed79 #ed9c79

Monochromatic Colors of #edd679

#edd679

Complementary Color

#edd679 #7990ed

#edd679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd679 Color CSS Codes

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

#edd679 Text Font Color

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

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


#edd679 Background Color

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

This div background color is #edd679


#edd679 Border Color

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

This div border color is #edd679


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,214,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 #edd679">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd679


Comments

No comments written yet.

Please login to write comment.