Color Hex Logo

#edadaf Color Hex

#EDADAF
(237,173,175)
0 Favorites   0 Comments

Color spaces of #edadaf

RGB 237173175
HSL0.990.640.80
HSV358°27°93°
CMYK 0.000.270.26   0.07
XYZ57.606550.986847.3627
Yxy50.98680.36940.3269
Hunter Lab71.405019.047310.6567
CIE-Lab76.671023.69308.2394

#edadaf color RGB value is (237,173,175).

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

The process color (four color CMYK) of #edadaf color hex is 0.00, 0.27, 0.26, 0.07. Web safe color of #edadaf is #ff9999. Color #edadaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10101111
Octal 355 255 257
Decimal 237 173 175
Hex ED AD AF

RGB Percentages of Color #edadaf

%40.51
%29.57
%29.91

CMYK Percentages of Color #edadaf

%0
%27
%26
%7

Triadic Colors of #edadaf

#edadaf #afedad #adafed

Analogous Colors of #edadaf

#edadaf #edcbad #edadcf

Monochromatic Colors of #edadaf

#edadaf

Complementary Color

#edadaf #adedeb

#edadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadaf Color CSS Codes

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

#edadaf Text Font Color

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

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


#edadaf Background Color

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

This div background color is #edadaf


#edadaf Border Color

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

This div border color is #edadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadaf


Comments

No comments written yet.

Please login to write comment.