Color Hex Logo

#edadc2 Color Hex

#EDADC2
(237,173,194)
0 Favorites   0 Comments

Color spaces of #edadc2

RGB 237173194
HSL0.950.640.80
HSV340°27°93°
CMYK 0.000.270.18   0.07
XYZ59.606251.786757.8932
Yxy51.78670.35210.3059
Hunter Lab71.963021.91452.6761
CIE-Lab77.153126.4555-1.4176

#edadc2 color RGB value is (237,173,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11000010
Octal 355 255 302
Decimal 237 173 194
Hex ED AD C2

RGB Percentages of Color #edadc2

%39.24
%28.64
%32.12

CMYK Percentages of Color #edadc2

%0
%27
%18
%7

Triadic Colors of #edadc2

#edadc2 #c2edad #adc2ed

Analogous Colors of #edadc2

#edadc2 #edb8ad #edade2

Monochromatic Colors of #edadc2

#edadc2

Complementary Color

#edadc2 #adedd8

#edadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadc2 Color CSS Codes

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

#edadc2 Text Font Color

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

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


#edadc2 Background Color

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

This div background color is #edadc2


#edadc2 Border Color

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

This div border color is #edadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadc2


Comments

No comments written yet.

Please login to write comment.