Color Hex Logo

#edacae Color Hex

#EDACAE
(237,172,174)
0 Favorites   0 Comments

Color spaces of #edacae

RGB 237172174
HSL0.990.640.80
HSV358°27°93°
CMYK 0.000.270.27   0.07
XYZ57.317650.565646.7836
Yxy50.56560.37060.3269
Hunter Lab71.109519.437810.7692
CIE-Lab76.415124.08748.4184

#edacae color RGB value is (237,172,174).

#edacae hex color red value is 237, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #edacae hue: 0.99 , saturation: 0.64 and the lightness value of edacae is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10101110
Octal 355 254 256
Decimal 237 172 174
Hex ED AC AE

RGB Percentages of Color #edacae

%40.65
%29.50
%29.85

CMYK Percentages of Color #edacae

%0
%27
%27
%7

Triadic Colors of #edacae

#edacae #aeedac #acaeed

Analogous Colors of #edacae

#edacae #edcbac #edaccf

Monochromatic Colors of #edacae

#edacae

Complementary Color

#edacae #acedeb

#edacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacae Color CSS Codes

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

#edacae Text Font Color

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

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


#edacae Background Color

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

This div background color is #edacae


#edacae Border Color

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

This div border color is #edacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacae


Comments

No comments written yet.

Please login to write comment.