Color Hex Logo

#eeae94 Color Hex

#EEAE94
(238,174,148)
0 Favorites   0 Comments

Color spaces of #eeae94

RGB 238174148
HSL0.050.730.76
HSV17°38°93°
CMYK 0.000.270.38   0.07
XYZ55.741250.587434.8434
Yxy50.58740.39480.3583
Hunter Lab71.124815.423720.7417
CIE-Lab76.428420.121522.5601

#eeae94 color RGB value is (238,174,148).

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

The process color (four color CMYK) of #eeae94 color hex is 0.00, 0.27, 0.38, 0.07. Web safe color of #eeae94 is #ff9999. Color #eeae94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10010100
Octal 356 256 224
Decimal 238 174 148
Hex EE AE 94

RGB Percentages of Color #eeae94

%42.50
%31.07
%26.43

CMYK Percentages of Color #eeae94

%0
%27
%38
%7

Triadic Colors of #eeae94

#eeae94 #94eeae #ae94ee

Analogous Colors of #eeae94

#eeae94 #eedb94 #ee94a7

Monochromatic Colors of #eeae94

#eeae94

Complementary Color

#eeae94 #94d4ee

#eeae94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae94 Color CSS Codes

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

#eeae94 Text Font Color

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

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


#eeae94 Background Color

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

This div background color is #eeae94


#eeae94 Border Color

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

This div border color is #eeae94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae94


Comments

No comments written yet.

Please login to write comment.