Color Hex Logo

#edaeda Color Hex

#EDAEDA
(237,174,218)
0 Favorites   0 Comments

Color spaces of #edaeda

RGB 237174218
HSL0.880.640.81
HSV318°27°93°
CMYK 0.000.270.08   0.07
XYZ62.716053.338673.3196
Yxy53.33860.33120.2817
Hunter Lab73.033325.4754-8.3991
CIE-Lab78.074529.8012-13.1032

#edaeda color RGB value is (237,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11011010
Octal 355 256 332
Decimal 237 174 218
Hex ED AE DA

RGB Percentages of Color #edaeda

%37.68
%27.66
%34.66

CMYK Percentages of Color #edaeda

%0
%27
%8
%7

Triadic Colors of #edaeda

#edaeda #daedae #aedaed

Analogous Colors of #edaeda

#edaeda #edaebb #e1aeed

Monochromatic Colors of #edaeda

#edaeda

Complementary Color

#edaeda #aeedc1

#edaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeda Color CSS Codes

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

#edaeda Text Font Color

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

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


#edaeda Background Color

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

This div background color is #edaeda


#edaeda Border Color

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

This div border color is #edaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeda


Comments

No comments written yet.

Please login to write comment.