Color Hex Logo

#eded76 Color Hex

#EDED76
(237,237,118)
0 Favorites   0 Comments

Color spaces of #eded76

RGB 237237118
HSL0.170.770.70
HSV60°50°93°
CMYK 0.000.000.50   0.07
XYZ68.479379.880928.9489
Yxy79.88090.38620.4505
Hunter Lab89.3761-19.642943.3593
CIE-Lab91.6314-15.688756.9675

#eded76 color RGB value is (237,237,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 01110110
Octal 355 355 166
Decimal 237 237 118
Hex ED ED 76

RGB Percentages of Color #eded76

%40.03
%40.03
%19.93

CMYK Percentages of Color #eded76

%0
%0
%50
%7

Triadic Colors of #eded76

#eded76 #76eded #ed76ed

Analogous Colors of #eded76

#eded76 #b2ed76 #edb276

Monochromatic Colors of #eded76

#eded76

Complementary Color

#eded76 #7676ed

#eded76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded76 Color CSS Codes

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

#eded76 Text Font Color

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

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


#eded76 Background Color

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

This div background color is #eded76


#eded76 Border Color

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

This div border color is #eded76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded76


Comments

No comments written yet.

Please login to write comment.