Color Hex Logo

#edd762 Color Hex

#EDD762
(237,215,98)
0 Favorites   0 Comments

Color spaces of #edd762

RGB 23721598
HSL0.140.790.66
HSV51°59°93°
CMYK 0.000.090.59   0.07
XYZ61.430167.487221.3439
Yxy67.48720.40880.4491
Hunter Lab82.1506-10.285842.1010
CIE-Lab85.7494-6.275959.2491

#edd762 color RGB value is (237,215,98).

#edd762 hex color red value is 237, green value is 215 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #edd762 hue: 0.14 , saturation: 0.79 and the lightness value of edd762 is 0.66.

The process color (four color CMYK) of #edd762 color hex is 0.00, 0.09, 0.59, 0.07. Web safe color of #edd762 is #ffcc66. Color #edd762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01100010
Octal 355 327 142
Decimal 237 215 98
Hex ED D7 62

RGB Percentages of Color #edd762

%43.09
%39.09
%17.82

CMYK Percentages of Color #edd762

%0
%9
%59
%7

Triadic Colors of #edd762

#edd762 #62edd7 #d762ed

Analogous Colors of #edd762

#edd762 #beed62 #ed9262

Monochromatic Colors of #edd762

#edd762

Complementary Color

#edd762 #6278ed

#edd762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd762 Color CSS Codes

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

#edd762 Text Font Color

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

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


#edd762 Background Color

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

This div background color is #edd762


#edd762 Border Color

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

This div border color is #edd762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd762


Comments

No comments written yet.

Please login to write comment.