Color Hex Logo

#ef99ae Color Hex

#EF99AE
(239,153,174)
0 Favorites   0 Comments

Color spaces of #ef99ae

RGB 239153174
HSL0.960.730.77
HSV345°36°94°
CMYK 0.000.360.27   0.06
XYZ54.627844.189245.6946
Yxy44.18920.37800.3058
Hunter Lab66.475030.35665.7768
CIE-Lab72.354834.87492.5980

#ef99ae color RGB value is (239,153,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011001 10101110
Octal 357 231 256
Decimal 239 153 174
Hex EF 99 AE

RGB Percentages of Color #ef99ae

%42.23
%27.03
%30.74

CMYK Percentages of Color #ef99ae

%0
%36
%27
%6

Triadic Colors of #ef99ae

#ef99ae #aeef99 #99aeef

Analogous Colors of #ef99ae

#ef99ae #efaf99 #ef99d9

Monochromatic Colors of #ef99ae

#ef99ae

Complementary Color

#ef99ae #99efda

#ef99ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef99ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef99ae Color CSS Codes

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

#ef99ae Text Font Color

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

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


#ef99ae Background Color

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

This div background color is #ef99ae


#ef99ae Border Color

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

This div border color is #ef99ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef99ae


Comments

No comments written yet.

Please login to write comment.