Color Hex Logo

#efaabe Color Hex

#EFAABE
(239,170,190)
0 Favorites   0 Comments

Color spaces of #efaabe

RGB 239170190
HSL0.950.680.80
HSV343°29°94°
CMYK 0.000.290.21   0.06
XYZ59.265650.817955.4004
Yxy50.81790.35810.3071
Hunter Lab71.286723.64793.8235
CIE-Lab76.568628.1584-0.0657

#efaabe color RGB value is (239,170,190).

#efaabe hex color red value is 239, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efaabe hue: 0.95 , saturation: 0.68 and the lightness value of efaabe is 0.80.

The process color (four color CMYK) of #efaabe color hex is 0.00, 0.29, 0.21, 0.06. Web safe color of #efaabe is #ff99cc. Color #efaabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10111110
Octal 357 252 276
Decimal 239 170 190
Hex EF AA BE

RGB Percentages of Color #efaabe

%39.90
%28.38
%31.72

CMYK Percentages of Color #efaabe

%0
%29
%21
%6

Triadic Colors of #efaabe

#efaabe #beefaa #aabeef

Analogous Colors of #efaabe

#efaabe #efb9aa #efaae1

Monochromatic Colors of #efaabe

#efaabe

Complementary Color

#efaabe #aaefdb

#efaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaabe Color CSS Codes

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

#efaabe Text Font Color

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

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


#efaabe Background Color

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

This div background color is #efaabe


#efaabe Border Color

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

This div border color is #efaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaabe


Comments

No comments written yet.

Please login to write comment.