Color Hex Logo

#edafc7 Color Hex

#EDAFC7
(237,175,199)
0 Favorites   0 Comments

Color spaces of #edafc7

RGB 237175199
HSL0.940.630.81
HSV337°26°93°
CMYK 0.000.260.16   0.07
XYZ60.563852.788061.0299
Yxy52.78800.34730.3027
Hunter Lab72.655421.64661.0556
CIE-Lab77.749726.1639-3.2640

#edafc7 color RGB value is (237,175,199).

#edafc7 hex color red value is 237, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #edafc7 hue: 0.94 , saturation: 0.63 and the lightness value of edafc7 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11000111
Octal 355 257 307
Decimal 237 175 199
Hex ED AF C7

RGB Percentages of Color #edafc7

%38.79
%28.64
%32.57

CMYK Percentages of Color #edafc7

%0
%26
%16
%7

Triadic Colors of #edafc7

#edafc7 #c7edaf #afc7ed

Analogous Colors of #edafc7

#edafc7 #edb6af #edafe6

Monochromatic Colors of #edafc7

#edafc7

Complementary Color

#edafc7 #afedd5

#edafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafc7 Color CSS Codes

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

#edafc7 Text Font Color

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

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


#edafc7 Background Color

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

This div background color is #edafc7


#edafc7 Border Color

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

This div border color is #edafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafc7


Comments

No comments written yet.

Please login to write comment.