Color Hex Logo

#edd36c Color Hex

#EDD36C
(237,211,108)
0 Favorites   0 Comments

Color spaces of #edd36c

RGB 237211108
HSL0.130.780.68
HSV48°54°93°
CMYK 0.000.110.54   0.07
XYZ60.926165.675823.6529
Yxy65.67580.40550.4371
Hunter Lab81.0406-7.625339.4238
CIE-Lab84.8308-3.501953.6184

#edd36c color RGB value is (237,211,108).

#edd36c hex color red value is 237, green value is 211 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #edd36c hue: 0.13 , saturation: 0.78 and the lightness value of edd36c is 0.68.

The process color (four color CMYK) of #edd36c color hex is 0.00, 0.11, 0.54, 0.07. Web safe color of #edd36c is #ffcc66. Color #edd36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01101100
Octal 355 323 154
Decimal 237 211 108
Hex ED D3 6C

RGB Percentages of Color #edd36c

%42.63
%37.95
%19.42

CMYK Percentages of Color #edd36c

%0
%11
%54
%7

Triadic Colors of #edd36c

#edd36c #6cedd3 #d36ced

Analogous Colors of #edd36c

#edd36c #c7ed6c #ed936c

Monochromatic Colors of #edd36c

#edd36c

Complementary Color

#edd36c #6c86ed

#edd36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd36c Color CSS Codes

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

#edd36c Text Font Color

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

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


#edd36c Background Color

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

This div background color is #edd36c


#edd36c Border Color

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

This div border color is #edd36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd36c


Comments

No comments written yet.

Please login to write comment.