Color Hex Logo

#eda894 Color Hex

#EDA894
(237,168,148)
0 Favorites   0 Comments

Color spaces of #eda894

RGB 237168148
HSL0.040.710.75
HSV13°38°93°
CMYK 0.000.290.38   0.07
XYZ54.273048.147934.4500
Yxy48.14790.39650.3518
Hunter Lab69.388718.185219.1359
CIE-Lab74.918122.924020.4730

#eda894 color RGB value is (237,168,148).

#eda894 hex color red value is 237, green value is 168 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eda894 hue: 0.04 , saturation: 0.71 and the lightness value of eda894 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 10010100
Octal 355 250 224
Decimal 237 168 148
Hex ED A8 94

RGB Percentages of Color #eda894

%42.86
%30.38
%26.76

CMYK Percentages of Color #eda894

%0
%29
%38
%7

Triadic Colors of #eda894

#eda894 #94eda8 #a894ed

Analogous Colors of #eda894

#eda894 #edd594 #ed94ad

Monochromatic Colors of #eda894

#eda894

Complementary Color

#eda894 #94d9ed

#eda894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda894 Color CSS Codes

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

#eda894 Text Font Color

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

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


#eda894 Background Color

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

This div background color is #eda894


#eda894 Border Color

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

This div border color is #eda894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda894


Comments

No comments written yet.

Please login to write comment.