Color Hex Logo

#ef7dac Color Hex

#EF7DAC
(239,125,172)
0 Favorites   0 Comments

Color spaces of #ef7dac

RGB 239125172
HSL0.930.780.71
HSV335°48°94°
CMYK 0.000.480.28   0.06
XYZ50.376635.996543.3226
Yxy35.99650.38840.2775
Hunter Lab59.997144.8828-0.8141
CIE-Lab66.517348.9603-4.8296

#ef7dac color RGB value is (239,125,172).

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

The process color (four color CMYK) of #ef7dac color hex is 0.00, 0.48, 0.28, 0.06. Web safe color of #ef7dac is #ff6699. Color #ef7dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111101 10101100
Octal 357 175 254
Decimal 239 125 172
Hex EF 7D AC

RGB Percentages of Color #ef7dac

%44.59
%23.32
%32.09

CMYK Percentages of Color #ef7dac

%0
%48
%28
%6

Triadic Colors of #ef7dac

#ef7dac #acef7d #7dacef

Analogous Colors of #ef7dac

#ef7dac #ef877d #ef7de5

Monochromatic Colors of #ef7dac

#ef7dac

Complementary Color

#ef7dac #7defc0

#ef7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7dac Color CSS Codes

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

#ef7dac Text Font Color

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

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


#ef7dac Background Color

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

This div background color is #ef7dac


#ef7dac Border Color

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

This div border color is #ef7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7dac


Comments

No comments written yet.

Please login to write comment.