Color Hex Logo

#edac93 Color Hex

#EDAC93
(237,172,147)
0 Favorites   0 Comments

Color spaces of #edac93

RGB 237172147
HSL0.050.710.75
HSV17°38°93°
CMYK 0.000.270.38   0.07
XYZ54.944049.616234.2848
Yxy49.61620.39570.3573
Hunter Lab70.438815.966620.4488
CIE-Lab75.833120.682722.2687

#edac93 color RGB value is (237,172,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10010011
Octal 355 254 223
Decimal 237 172 147
Hex ED AC 93

RGB Percentages of Color #edac93

%42.63
%30.94
%26.44

CMYK Percentages of Color #edac93

%0
%27
%38
%7

Triadic Colors of #edac93

#edac93 #93edac #ac93ed

Analogous Colors of #edac93

#edac93 #edd993 #ed93a7

Monochromatic Colors of #edac93

#edac93

Complementary Color

#edac93 #93d4ed

#edac93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac93 Color CSS Codes

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

#edac93 Text Font Color

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

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


#edac93 Background Color

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

This div background color is #edac93


#edac93 Border Color

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

This div border color is #edac93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac93


Comments

No comments written yet.

Please login to write comment.