Color Hex Logo

#edd17e Color Hex

#EDD17E
(237,209,126)
0 Favorites   0 Comments

Color spaces of #edd17e

RGB 237209126
HSL0.120.760.71
HSV45°47°93°
CMYK 0.000.120.47   0.07
XYZ61.491465.111829.0656
Yxy65.11180.39500.4183
Hunter Lab80.6919-5.184535.1278
CIE-Lab84.5413-0.924944.5707

#edd17e color RGB value is (237,209,126).

#edd17e hex color red value is 237, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edd17e hue: 0.12 , saturation: 0.76 and the lightness value of edd17e is 0.71.

The process color (four color CMYK) of #edd17e color hex is 0.00, 0.12, 0.47, 0.07. Web safe color of #edd17e is #ffcc66. Color #edd17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01111110
Octal 355 321 176
Decimal 237 209 126
Hex ED D1 7E

RGB Percentages of Color #edd17e

%41.43
%36.54
%22.03

CMYK Percentages of Color #edd17e

%0
%12
%47
%7

Triadic Colors of #edd17e

#edd17e #7eedd1 #d17eed

Analogous Colors of #edd17e

#edd17e #d2ed7e #ed9a7e

Monochromatic Colors of #edd17e

#edd17e

Complementary Color

#edd17e #7e9aed

#edd17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd17e Color CSS Codes

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

#edd17e Text Font Color

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

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


#edd17e Background Color

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

This div background color is #edd17e


#edd17e Border Color

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

This div border color is #edd17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd17e


Comments

No comments written yet.

Please login to write comment.