Color Hex Logo

#eed399 Color Hex

#EED399
(238,211,153)
0 Favorites   0 Comments

Color spaces of #eed399

RGB 238211153
HSL0.110.710.77
HSV41°36°93°
CMYK 0.000.110.36   0.07
XYZ64.303967.065639.6928
Yxy67.06560.37590.3921
Hunter Lab81.8936-3.153328.5884
CIE-Lab85.53711.278032.1919

#eed399 color RGB value is (238,211,153).

#eed399 hex color red value is 238, green value is 211 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eed399 hue: 0.11 , saturation: 0.71 and the lightness value of eed399 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 10011001
Octal 356 323 231
Decimal 238 211 153
Hex EE D3 99

RGB Percentages of Color #eed399

%39.53
%35.05
%25.42

CMYK Percentages of Color #eed399

%0
%11
%36
%7

Triadic Colors of #eed399

#eed399 #99eed3 #d399ee

Analogous Colors of #eed399

#eed399 #dfee99 #eea999

Monochromatic Colors of #eed399

#eed399

Complementary Color

#eed399 #99b4ee

#eed399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed399 Color CSS Codes

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

#eed399 Text Font Color

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

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


#eed399 Background Color

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

This div background color is #eed399


#eed399 Border Color

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

This div border color is #eed399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed399


Comments

No comments written yet.

Please login to write comment.