Color Hex Logo

#edd975 Color Hex

#EDD975
(237,217,117)
0 Favorites   0 Comments

Color spaces of #edd975

RGB 237217117
HSL0.140.770.69
HSV50°51°93°
CMYK 0.000.080.51   0.07
XYZ62.948868.914626.8137
Yxy68.91460.39670.4343
Hunter Lab83.0148-9.922338.9598
CIE-Lab86.4617-5.812951.2972

#edd975 color RGB value is (237,217,117).

#edd975 hex color red value is 237, green value is 217 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #edd975 hue: 0.14 , saturation: 0.77 and the lightness value of edd975 is 0.69.

The process color (four color CMYK) of #edd975 color hex is 0.00, 0.08, 0.51, 0.07. Web safe color of #edd975 is #ffcc66. Color #edd975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01110101
Octal 355 331 165
Decimal 237 217 117
Hex ED D9 75

RGB Percentages of Color #edd975

%41.51
%38.00
%20.49

CMYK Percentages of Color #edd975

%0
%8
%51
%7

Triadic Colors of #edd975

#edd975 #75edd9 #d975ed

Analogous Colors of #edd975

#edd975 #c5ed75 #ed9d75

Monochromatic Colors of #edd975

#edd975

Complementary Color

#edd975 #7589ed

#edd975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd975 Color CSS Codes

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

#edd975 Text Font Color

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

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


#edd975 Background Color

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

This div background color is #edd975


#edd975 Border Color

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

This div border color is #edd975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd975


Comments

No comments written yet.

Please login to write comment.