Color Hex Logo

#eed194 Color Hex

#EED194
(238,209,148)
0 Favorites   0 Comments

Color spaces of #eed194

RGB 238209148
HSL0.110.730.76
HSV41°38°93°
CMYK 0.000.120.38   0.07
XYZ63.405765.916237.3982
Yxy65.91620.38030.3954
Hunter Lab81.1888-2.677929.5213
CIE-Lab84.95371.739433.9939

#eed194 color RGB value is (238,209,148).

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

The process color (four color CMYK) of #eed194 color hex is 0.00, 0.12, 0.38, 0.07. Web safe color of #eed194 is #ffcc99. Color #eed194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 10010100
Octal 356 321 224
Decimal 238 209 148
Hex EE D1 94

RGB Percentages of Color #eed194

%40.00
%35.13
%24.87

CMYK Percentages of Color #eed194

%0
%12
%38
%7

Triadic Colors of #eed194

#eed194 #94eed1 #d194ee

Analogous Colors of #eed194

#eed194 #deee94 #eea494

Monochromatic Colors of #eed194

#eed194

Complementary Color

#eed194 #94b1ee

#eed194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed194 Color CSS Codes

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

#eed194 Text Font Color

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

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


#eed194 Background Color

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

This div background color is #eed194


#eed194 Border Color

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

This div border color is #eed194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed194


Comments

No comments written yet.

Please login to write comment.