Color Hex Logo

#eed096 Color Hex

#EED096
(238,208,150)
0 Favorites   0 Comments

Color spaces of #eed096

RGB 238208150
HSL0.110.720.76
HSV40°37°93°
CMYK 0.000.130.37   0.07
XYZ63.320865.490938.1578
Yxy65.49090.37920.3922
Hunter Lab80.9264-1.954228.6926
CIE-Lab84.73612.482232.6768

#eed096 color RGB value is (238,208,150).

#eed096 hex color red value is 238, green value is 208 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #eed096 hue: 0.11 , saturation: 0.72 and the lightness value of eed096 is 0.76.

The process color (four color CMYK) of #eed096 color hex is 0.00, 0.13, 0.37, 0.07. Web safe color of #eed096 is #ffcc99. Color #eed096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 10010110
Octal 356 320 226
Decimal 238 208 150
Hex EE D0 96

RGB Percentages of Color #eed096

%39.93
%34.90
%25.17

CMYK Percentages of Color #eed096

%0
%13
%37
%7

Triadic Colors of #eed096

#eed096 #96eed0 #d096ee

Analogous Colors of #eed096

#eed096 #e0ee96 #eea496

Monochromatic Colors of #eed096

#eed096

Complementary Color

#eed096 #96b4ee

#eed096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed096 Color CSS Codes

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

#eed096 Text Font Color

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

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


#eed096 Background Color

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

This div background color is #eed096


#eed096 Border Color

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

This div border color is #eed096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed096


Comments

No comments written yet.

Please login to write comment.