Color Hex Logo

#ede576 Color Hex

#EDE576
(237,229,118)
0 Favorites   0 Comments

Color spaces of #ede576

RGB 237229118
HSL0.160.770.70
HSV56°50°93°
CMYK 0.000.030.50   0.07
XYZ66.214475.351228.1939
Yxy75.35120.39000.4439
Hunter Lab86.8051-15.750141.5064
CIE-Lab89.5572-11.745754.5193

#ede576 color RGB value is (237,229,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01110110
Octal 355 345 166
Decimal 237 229 118
Hex ED E5 76

RGB Percentages of Color #ede576

%40.58
%39.21
%20.21

CMYK Percentages of Color #ede576

%0
%3
%50
%7

Triadic Colors of #ede576

#ede576 #76ede5 #e576ed

Analogous Colors of #ede576

#ede576 #baed76 #edaa76

Monochromatic Colors of #ede576

#ede576

Complementary Color

#ede576 #767eed

#ede576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede576 Color CSS Codes

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

#ede576 Text Font Color

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

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


#ede576 Background Color

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

This div background color is #ede576


#ede576 Border Color

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

This div border color is #ede576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede576


Comments

No comments written yet.

Please login to write comment.