Color Hex Logo

#ed7cac Color Hex

#ED7CAC
(237,124,172)
0 Favorites   0 Comments

Color spaces of #ed7cac

RGB 237124172
HSL0.930.760.71
HSV335°48°93°
CMYK 0.000.480.27   0.07
XYZ49.579135.398443.2492
Yxy35.39840.38670.2761
Hunter Lab59.496644.6269-1.4515
CIE-Lab66.057748.7947-5.5389

#ed7cac color RGB value is (237,124,172).

#ed7cac hex color red value is 237, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed7cac hue: 0.93 , saturation: 0.76 and the lightness value of ed7cac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 10101100
Octal 355 174 254
Decimal 237 124 172
Hex ED 7C AC

RGB Percentages of Color #ed7cac

%44.47
%23.26
%32.27

CMYK Percentages of Color #ed7cac

%0
%48
%27
%7

Triadic Colors of #ed7cac

#ed7cac #aced7c #7caced

Analogous Colors of #ed7cac

#ed7cac #ed857c #ed7ce5

Monochromatic Colors of #ed7cac

#ed7cac

Complementary Color

#ed7cac #7cedbd

#ed7cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cac Color CSS Codes

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

#ed7cac Text Font Color

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

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


#ed7cac Background Color

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

This div background color is #ed7cac


#ed7cac Border Color

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

This div border color is #ed7cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cac


Comments

No comments written yet.

Please login to write comment.