Color Hex Logo

#edaacf Color Hex

#EDAACF
(237,170,207)
0 Favorites   0 Comments

Color spaces of #edaacf

RGB 237170207
HSL0.910.650.80
HSV327°28°93°
CMYK 0.000.280.13   0.07
XYZ60.562351.259065.7335
Yxy51.25900.34110.2887
Hunter Lab71.595425.7006-4.3188
CIE-Lab76.835630.1002-8.9718

#edaacf color RGB value is (237,170,207).

#edaacf hex color red value is 237, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edaacf hue: 0.91 , saturation: 0.65 and the lightness value of edaacf is 0.80.

The process color (four color CMYK) of #edaacf color hex is 0.00, 0.28, 0.13, 0.07. Web safe color of #edaacf is #ff99cc. Color #edaacf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11001111
Octal 355 252 317
Decimal 237 170 207
Hex ED AA CF

RGB Percentages of Color #edaacf

%38.60
%27.69
%33.71

CMYK Percentages of Color #edaacf

%0
%28
%13
%7

Triadic Colors of #edaacf

#edaacf #cfedaa #aacfed

Analogous Colors of #edaacf

#edaacf #edaaae #eaaaed

Monochromatic Colors of #edaacf

#edaacf

Complementary Color

#edaacf #aaedc8

#edaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaacf Color CSS Codes

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

#edaacf Text Font Color

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

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


#edaacf Background Color

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

This div background color is #edaacf


#edaacf Border Color

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

This div border color is #edaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaacf


Comments

No comments written yet.

Please login to write comment.