Color Hex Logo

#ef88aa Color Hex

#EF88AA
(239,136,170)
0 Favorites   0 Comments

Color spaces of #ef88aa

RGB 239136170
HSL0.940.760.74
HSV340°43°94°
CMYK 0.000.430.29   0.06
XYZ51.656538.861342.8086
Yxy38.86130.38740.2915
Hunter Lab62.338838.81942.9222
CIE-Lab68.650743.1628-0.5672

#ef88aa color RGB value is (239,136,170).

#ef88aa hex color red value is 239, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef88aa hue: 0.94 , saturation: 0.76 and the lightness value of ef88aa is 0.74.

The process color (four color CMYK) of #ef88aa color hex is 0.00, 0.43, 0.29, 0.06. Web safe color of #ef88aa is #ff9999. Color #ef88aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001000 10101010
Octal 357 210 252
Decimal 239 136 170
Hex EF 88 AA

RGB Percentages of Color #ef88aa

%43.85
%24.95
%31.19

CMYK Percentages of Color #ef88aa

%0
%43
%29
%6

Triadic Colors of #ef88aa

#ef88aa #aaef88 #88aaef

Analogous Colors of #ef88aa

#ef88aa #ef9a88 #ef88de

Monochromatic Colors of #ef88aa

#ef88aa

Complementary Color

#ef88aa #88efcd

#ef88aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef88aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef88aa Color CSS Codes

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

#ef88aa Text Font Color

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

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


#ef88aa Background Color

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

This div background color is #ef88aa


#ef88aa Border Color

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

This div border color is #ef88aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef88aa


Comments

No comments written yet.

Please login to write comment.