Color Hex Logo

#edd38d Color Hex

#EDD38D
(237,211,141)
0 Favorites   0 Comments

Color spaces of #edd38d

RGB 237211141
HSL0.120.730.74
HSV44°41°93°
CMYK 0.000.110.41   0.07
XYZ63.027066.516134.7163
Yxy66.51610.38370.4049
Hunter Lab81.5574-4.781931.8524
CIE-Lab85.2590-0.448237.9518

#edd38d color RGB value is (237,211,141).

#edd38d hex color red value is 237, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edd38d hue: 0.12 , saturation: 0.73 and the lightness value of edd38d is 0.74.

The process color (four color CMYK) of #edd38d color hex is 0.00, 0.11, 0.41, 0.07. Web safe color of #edd38d is #ffcc99. Color #edd38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 10001101
Octal 355 323 215
Decimal 237 211 141
Hex ED D3 8D

RGB Percentages of Color #edd38d

%40.24
%35.82
%23.94

CMYK Percentages of Color #edd38d

%0
%11
%41
%7

Triadic Colors of #edd38d

#edd38d #8dedd3 #d38ded

Analogous Colors of #edd38d

#edd38d #d7ed8d #eda38d

Monochromatic Colors of #edd38d

#edd38d

Complementary Color

#edd38d #8da7ed

#edd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd38d Color CSS Codes

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

#edd38d Text Font Color

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

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


#edd38d Background Color

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

This div background color is #edd38d


#edd38d Border Color

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

This div border color is #edd38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd38d


Comments

No comments written yet.

Please login to write comment.