color codes Logo

#eed38d color codes

#EED38D
(238,211,141)
0 Favorites   0 Comments

Color spaces of #eed38d

RGB 238211141
HSL0.120.740.74
HSV43°41°93°
CMYK 0.000.110.41   0.07
XYZ63.361966.688834.7320
Yxy66.68880.38450.4047
Hunter Lab81.6632-4.413731.9477
CIE-Lab85.3465-0.054738.0822

#eed38d color RGB value is (238,211,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 10001101
Octal 356 323 215
Decimal 238 211 141
Hex EE D3 8D

RGB Percentages of Color #eed38d

%40.34
%35.76
%23.90

CMYK Percentages of Color #eed38d

%0
%11
%41
%7

Triadic Colors of #eed38d

#eed38d #8deed3 #d38dee

Analogous Colors of #eed38d

#eed38d #d9ee8d #eea38d

Monochromatic Colors of #eed38d

#eed38d

Complementary Color

#eed38d #8da8ee

#eed38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed38d Color CSS Codes

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

#eed38d Text Font Color

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

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


#eed38d Background Color

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

This div background color is #eed38d


#eed38d Border Color

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

This div border color is #eed38d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eed38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed38d


Comments

No comments written yet.

Please login to write comment.