Color Hex Logo

#edd38a Color Hex

#EDD38A
(237,211,138)
0 Favorites   0 Comments

Color spaces of #edd38a

RGB 237211138
HSL0.120.730.74
HSV44°42°93°
CMYK 0.000.110.42   0.07
XYZ62.806866.428033.5564
Yxy66.42800.38580.4081
Hunter Lab81.5034-5.078132.6416
CIE-Lab85.2143-0.763839.4137

#edd38a color RGB value is (237,211,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 10001010
Octal 355 323 212
Decimal 237 211 138
Hex ED D3 8A

RGB Percentages of Color #edd38a

%40.44
%36.01
%23.55

CMYK Percentages of Color #edd38a

%0
%11
%42
%7

Triadic Colors of #edd38a

#edd38a #8aedd3 #d38aed

Analogous Colors of #edd38a

#edd38a #d6ed8a #eda28a

Monochromatic Colors of #edd38a

#edd38a

Complementary Color

#edd38a #8aa4ed

#edd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd38a Color CSS Codes

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

#edd38a Text Font Color

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

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


#edd38a Background Color

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

This div background color is #edd38a


#edd38a Border Color

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

This div border color is #edd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd38a


Comments

No comments written yet.

Please login to write comment.