Color Hex Logo

#edadc8 Color Hex

#EDADC8
(237,173,200)
0 Favorites   0 Comments

Color spaces of #edadc8

RGB 237173200
HSL0.930.640.80
HSV335°27°93°
CMYK 0.000.270.16   0.07
XYZ60.293952.061861.5147
Yxy52.06180.34680.2994
Hunter Lab72.153922.8906-0.0399
CIE-Lab77.317827.3854-4.4441

#edadc8 color RGB value is (237,173,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11001000
Octal 355 255 310
Decimal 237 173 200
Hex ED AD C8

RGB Percentages of Color #edadc8

%38.85
%28.36
%32.79

CMYK Percentages of Color #edadc8

%0
%27
%16
%7

Triadic Colors of #edadc8

#edadc8 #c8edad #adc8ed

Analogous Colors of #edadc8

#edadc8 #edb2ad #edade8

Monochromatic Colors of #edadc8

#edadc8

Complementary Color

#edadc8 #adedd2

#edadc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadc8 Color CSS Codes

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

#edadc8 Text Font Color

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

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


#edadc8 Background Color

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

This div background color is #edadc8


#edadc8 Border Color

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

This div border color is #edadc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadc8


Comments

No comments written yet.

Please login to write comment.