Color Hex Logo

#edd875 Color Hex

#EDD875
(237,216,117)
0 Favorites   0 Comments

Color spaces of #edd875

RGB 237216117
HSL0.140.770.69
HSV50°51°93°
CMYK 0.000.090.51   0.07
XYZ62.691868.400626.7280
Yxy68.40060.39720.4334
Hunter Lab82.7047-9.426538.7323
CIE-Lab86.2064-5.306150.9906

#edd875 color RGB value is (237,216,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01110101
Octal 355 330 165
Decimal 237 216 117
Hex ED D8 75

RGB Percentages of Color #edd875

%41.58
%37.89
%20.53

CMYK Percentages of Color #edd875

%0
%9
%51
%7

Triadic Colors of #edd875

#edd875 #75edd8 #d875ed

Analogous Colors of #edd875

#edd875 #c6ed75 #ed9c75

Monochromatic Colors of #edd875

#edd875

Complementary Color

#edd875 #758aed

#edd875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd875 Color CSS Codes

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

#edd875 Text Font Color

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

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


#edd875 Background Color

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

This div background color is #edd875


#edd875 Border Color

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

This div border color is #edd875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd875


Comments

No comments written yet.

Please login to write comment.