Color Hex Logo

#edacaf Color Hex

#EDACAF
(237,172,175)
0 Favorites   0 Comments

Color spaces of #edacaf

RGB 237172175
HSL0.990.640.80
HSV357°27°93°
CMYK 0.000.270.26   0.07
XYZ57.415450.604747.2990
Yxy50.60470.36970.3258
Hunter Lab71.137019.579510.3739
CIE-Lab76.438924.22497.9072

#edacaf color RGB value is (237,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10101111
Octal 355 254 257
Decimal 237 172 175
Hex ED AC AF

RGB Percentages of Color #edacaf

%40.58
%29.45
%29.97

CMYK Percentages of Color #edacaf

%0
%27
%26
%7

Triadic Colors of #edacaf

#edacaf #afedac #acafed

Analogous Colors of #edacaf

#edacaf #edcaac #edacd0

Monochromatic Colors of #edacaf

#edacaf

Complementary Color

#edacaf #acedea

#edacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacaf Color CSS Codes

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

#edacaf Text Font Color

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

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


#edacaf Background Color

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

This div background color is #edacaf


#edacaf Border Color

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

This div border color is #edacaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,172,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 #edacaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacaf


Comments

No comments written yet.

Please login to write comment.