Color Hex Logo

#edac96 Color Hex

#EDAC96
(237,172,150)
0 Favorites   0 Comments

Color spaces of #edac96

RGB 237172150
HSL0.040.710.76
HSV15°37°93°
CMYK 0.000.270.37   0.07
XYZ55.182649.711635.5410
Yxy49.71160.39290.3540
Hunter Lab70.506516.318619.4675
CIE-Lab75.891921.031220.7282

#edac96 color RGB value is (237,172,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10010110
Octal 355 254 226
Decimal 237 172 150
Hex ED AC 96

RGB Percentages of Color #edac96

%42.40
%30.77
%26.83

CMYK Percentages of Color #edac96

%0
%27
%37
%7

Triadic Colors of #edac96

#edac96 #96edac #ac96ed

Analogous Colors of #edac96

#edac96 #edd896 #ed96ac

Monochromatic Colors of #edac96

#edac96

Complementary Color

#edac96 #96d7ed

#edac96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac96 Color CSS Codes

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

#edac96 Text Font Color

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

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


#edac96 Background Color

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

This div background color is #edac96


#edac96 Border Color

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

This div border color is #edac96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac96


Comments

No comments written yet.

Please login to write comment.