Color Hex Logo

#edadce Color Hex

#EDADCE
(237,173,206)
0 Favorites   0 Comments

Color spaces of #edadce

RGB 237173206
HSL0.910.640.80
HSV329°27°93°
CMYK 0.000.270.13   0.07
XYZ61.009252.347965.2811
Yxy52.34790.34150.2930
Hunter Lab72.351823.9007-2.8495
CIE-Lab77.488428.3422-7.4577

#edadce color RGB value is (237,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11001110
Octal 355 255 316
Decimal 237 173 206
Hex ED AD CE

RGB Percentages of Color #edadce

%38.47
%28.08
%33.44

CMYK Percentages of Color #edadce

%0
%27
%13
%7

Triadic Colors of #edadce

#edadce #ceedad #adceed

Analogous Colors of #edadce

#edadce #edadae #ecaded

Monochromatic Colors of #edadce

#edadce

Complementary Color

#edadce #adedcc

#edadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadce Color CSS Codes

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

#edadce Text Font Color

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

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


#edadce Background Color

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

This div background color is #edadce


#edadce Border Color

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

This div border color is #edadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadce


Comments

No comments written yet.

Please login to write comment.