Color Hex Logo

#eda384 Color Hex

#EDA384
(237,163,132)
0 Favorites   0 Comments

Color spaces of #eda384

RGB 237163132
HSL0.050.740.72
HSV18°44°93°
CMYK 0.000.310.44   0.07
XYZ52.187145.864927.9320
Yxy45.86490.41420.3641
Hunter Lab67.723619.033822.9529
CIE-Lab73.457823.834827.1575

#eda384 color RGB value is (237,163,132).

#eda384 hex color red value is 237, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eda384 hue: 0.05 , saturation: 0.74 and the lightness value of eda384 is 0.72.

The process color (four color CMYK) of #eda384 color hex is 0.00, 0.31, 0.44, 0.07. Web safe color of #eda384 is #ff9999. Color #eda384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10000100
Octal 355 243 204
Decimal 237 163 132
Hex ED A3 84

RGB Percentages of Color #eda384

%44.55
%30.64
%24.81

CMYK Percentages of Color #eda384

%0
%31
%44
%7

Triadic Colors of #eda384

#eda384 #84eda3 #a384ed

Analogous Colors of #eda384

#eda384 #edd884 #ed849a

Monochromatic Colors of #eda384

#eda384

Complementary Color

#eda384 #84ceed

#eda384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda384 Color CSS Codes

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

#eda384 Text Font Color

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

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


#eda384 Background Color

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

This div background color is #eda384


#eda384 Border Color

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

This div border color is #eda384


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,163,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda384


Comments

No comments written yet.

Please login to write comment.