Color Hex Logo

#ef9dad Color Hex

#EF9DAD
(239,157,173)
0 Favorites   0 Comments

Color spaces of #ef9dad

RGB 239157173
HSL0.970.720.78
HSV348°34°94°
CMYK 0.000.340.28   0.06
XYZ55.196445.481845.4049
Yxy45.48180.37780.3113
Hunter Lab67.440228.07297.2905
CIE-Lab73.208032.63454.3862

#ef9dad color RGB value is (239,157,173).

#ef9dad hex color red value is 239, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ef9dad hue: 0.97 , saturation: 0.72 and the lightness value of ef9dad is 0.78.

The process color (four color CMYK) of #ef9dad color hex is 0.00, 0.34, 0.28, 0.06. Web safe color of #ef9dad is #ff9999. Color #ef9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 10101101
Octal 357 235 255
Decimal 239 157 173
Hex EF 9D AD

RGB Percentages of Color #ef9dad

%42.00
%27.59
%30.40

CMYK Percentages of Color #ef9dad

%0
%34
%28
%6

Triadic Colors of #ef9dad

#ef9dad #adef9d #9dadef

Analogous Colors of #ef9dad

#ef9dad #efb69d #ef9dd6

Monochromatic Colors of #ef9dad

#ef9dad

Complementary Color

#ef9dad #9defdf

#ef9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9dad Color CSS Codes

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

#ef9dad Text Font Color

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

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


#ef9dad Background Color

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

This div background color is #ef9dad


#ef9dad Border Color

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

This div border color is #ef9dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,157,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9dad


Comments

No comments written yet.

Please login to write comment.