Color Hex Logo

#edd077 Color Hex

#EDD077
(237,208,119)
2 Favorites   0 Comments

Color spaces of #edd077

RGB 237208119
HSL0.130.770.70
HSV45°50°93°
CMYK 0.000.120.50   0.07
XYZ60.810764.448226.6874
Yxy64.44820.40020.4242
Hunter Lab80.2796-5.278136.4859
CIE-Lab84.1986-1.049347.5924

#edd077 color RGB value is (237,208,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01110111
Octal 355 320 167
Decimal 237 208 119
Hex ED D0 77

RGB Percentages of Color #edd077

%42.02
%36.88
%21.10

CMYK Percentages of Color #edd077

%0
%12
%50
%7

Triadic Colors of #edd077

#edd077 #77edd0 #d077ed

Analogous Colors of #edd077

#edd077 #cfed77 #ed9577

Monochromatic Colors of #edd077

#edd077

Complementary Color

#edd077 #7794ed

#edd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd077 Color CSS Codes

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

#edd077 Text Font Color

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

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


#edd077 Background Color

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

This div background color is #edd077


#edd077 Border Color

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

This div border color is #edd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd077


Comments

No comments written yet.

Please login to write comment.