Color Hex Logo

#edaec1 Color Hex

#EDAEC1
(237,174,193)
0 Favorites   0 Comments

Color spaces of #edaec1

RGB 237174193
HSL0.950.640.81
HSV342°27°93°
CMYK 0.000.270.19   0.07
XYZ59.686752.126957.3677
Yxy52.12690.35280.3081
Hunter Lab72.199021.21733.4287
CIE-Lab77.356725.7708-0.5749

#edaec1 color RGB value is (237,174,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11000001
Octal 355 256 301
Decimal 237 174 193
Hex ED AE C1

RGB Percentages of Color #edaec1

%39.24
%28.81
%31.95

CMYK Percentages of Color #edaec1

%0
%27
%19
%7

Triadic Colors of #edaec1

#edaec1 #c1edae #aec1ed

Analogous Colors of #edaec1

#edaec1 #edbbae #edaee1

Monochromatic Colors of #edaec1

#edaec1

Complementary Color

#edaec1 #aeedda

#edaec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaec1 Color CSS Codes

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

#edaec1 Text Font Color

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

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


#edaec1 Background Color

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

This div background color is #edaec1


#edaec1 Border Color

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

This div border color is #edaec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaec1


Comments

No comments written yet.

Please login to write comment.