Color Hex Logo

#ef9aae Color Hex

#EF9AAE
(239,154,174)
0 Favorites   0 Comments

Color spaces of #ef9aae

RGB 239154174
HSL0.960.730.77
HSV346°36°94°
CMYK 0.000.360.27   0.06
XYZ54.792244.517945.7494
Yxy44.51790.37770.3069
Hunter Lab66.721729.82206.0516
CIE-Lab72.573334.34952.9149

#ef9aae color RGB value is (239,154,174).

#ef9aae hex color red value is 239, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef9aae hue: 0.96 , saturation: 0.73 and the lightness value of ef9aae is 0.77.

The process color (four color CMYK) of #ef9aae color hex is 0.00, 0.36, 0.27, 0.06. Web safe color of #ef9aae is #ff9999. Color #ef9aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 10101110
Octal 357 232 256
Decimal 239 154 174
Hex EF 9A AE

RGB Percentages of Color #ef9aae

%42.15
%27.16
%30.69

CMYK Percentages of Color #ef9aae

%0
%36
%27
%6

Triadic Colors of #ef9aae

#ef9aae #aeef9a #9aaeef

Analogous Colors of #ef9aae

#ef9aae #efb19a #ef9ad9

Monochromatic Colors of #ef9aae

#ef9aae

Complementary Color

#ef9aae #9aefdb

#ef9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9aae Color CSS Codes

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

#ef9aae Text Font Color

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

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


#ef9aae Background Color

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

This div background color is #ef9aae


#ef9aae Border Color

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

This div border color is #ef9aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9aae


Comments

No comments written yet.

Please login to write comment.