Color Hex Logo

#edd36e Color Hex

#EDD36E
(237,211,110)
0 Favorites   0 Comments

Color spaces of #edd36e

RGB 237211110
HSL0.130.780.68
HSV48°54°93°
CMYK 0.000.110.54   0.07
XYZ61.033865.718824.2200
Yxy65.71880.40430.4353
Hunter Lab81.0671-7.478539.0332
CIE-Lab84.8528-3.342852.7031

#edd36e color RGB value is (237,211,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01101110
Octal 355 323 156
Decimal 237 211 110
Hex ED D3 6E

RGB Percentages of Color #edd36e

%42.47
%37.81
%19.71

CMYK Percentages of Color #edd36e

%0
%11
%54
%7

Triadic Colors of #edd36e

#edd36e #6eedd3 #d36eed

Analogous Colors of #edd36e

#edd36e #c8ed6e #ed946e

Monochromatic Colors of #edd36e

#edd36e

Complementary Color

#edd36e #6e88ed

#edd36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd36e Color CSS Codes

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

#edd36e Text Font Color

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

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


#edd36e Background Color

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

This div background color is #edd36e


#edd36e Border Color

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

This div border color is #edd36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd36e


Comments

No comments written yet.

Please login to write comment.