Color Hex Logo

#eded7a Color Hex

#EDED7A
(237,237,122)
0 Favorites   0 Comments

Color spaces of #eded7a

RGB 237237122
HSL0.170.760.70
HSV60°49°93°
CMYK 0.000.000.49   0.07
XYZ68.722179.978030.2276
Yxy79.97800.38410.4470
Hunter Lab89.4304-19.336342.5612
CIE-Lab91.6750-15.347555.1764

#eded7a color RGB value is (237,237,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 01111010
Octal 355 355 172
Decimal 237 237 122
Hex ED ED 7A

RGB Percentages of Color #eded7a

%39.77
%39.77
%20.47

CMYK Percentages of Color #eded7a

%0
%0
%49
%7

Triadic Colors of #eded7a

#eded7a #7aeded #ed7aed

Analogous Colors of #eded7a

#eded7a #b4ed7a #edb47a

Monochromatic Colors of #eded7a

#eded7a

Complementary Color

#eded7a #7a7aed

#eded7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded7a Color CSS Codes

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

#eded7a Text Font Color

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

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


#eded7a Background Color

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

This div background color is #eded7a


#eded7a Border Color

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

This div border color is #eded7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded7a


Comments

No comments written yet.

Please login to write comment.