Color Hex Logo

#ed6aac Color Hex

#ED6AAC
(237,106,172)
0 Favorites   0 Comments

Color spaces of #ed6aac

RGB 237106172
HSL0.920.780.67
HSV330°55°93°
CMYK 0.000.550.27   0.07
XYZ47.525531.291242.5647
Yxy31.29120.39150.2578
Hunter Lab55.938553.7615-5.9579
CIE-Lab62.752757.4046-10.4574

#ed6aac color RGB value is (237,106,172).

#ed6aac hex color red value is 237, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed6aac hue: 0.92 , saturation: 0.78 and the lightness value of ed6aac is 0.67.

The process color (four color CMYK) of #ed6aac color hex is 0.00, 0.55, 0.27, 0.07. Web safe color of #ed6aac is #ff6699. Color #ed6aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101010 10101100
Octal 355 152 254
Decimal 237 106 172
Hex ED 6A AC

RGB Percentages of Color #ed6aac

%46.02
%20.58
%33.40

CMYK Percentages of Color #ed6aac

%0
%55
%27
%7

Triadic Colors of #ed6aac

#ed6aac #aced6a #6aaced

Analogous Colors of #ed6aac

#ed6aac #ed6a6b #ed6aed

Monochromatic Colors of #ed6aac

#ed6aac

Complementary Color

#ed6aac #6aedab

#ed6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6aac Color CSS Codes

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

#ed6aac Text Font Color

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

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


#ed6aac Background Color

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

This div background color is #ed6aac


#ed6aac Border Color

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

This div border color is #ed6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6aac


Comments

No comments written yet.

Please login to write comment.