Color Hex Logo

#efaabf Color Hex

#EFAABF
(239,170,191)
0 Favorites   0 Comments

Color spaces of #efaabf

RGB 239170191
HSL0.950.680.80
HSV342°29°94°
CMYK 0.000.290.20   0.06
XYZ59.375350.861855.9781
Yxy50.86180.35720.3060
Hunter Lab71.317523.80453.3846
CIE-Lab76.595228.3069-0.5728

#efaabf color RGB value is (239,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10111111
Octal 357 252 277
Decimal 239 170 191
Hex EF AA BF

RGB Percentages of Color #efaabf

%39.83
%28.33
%31.83

CMYK Percentages of Color #efaabf

%0
%29
%20
%6

Triadic Colors of #efaabf

#efaabf #bfefaa #aabfef

Analogous Colors of #efaabf

#efaabf #efb8aa #efaae2

Monochromatic Colors of #efaabf

#efaabf

Complementary Color

#efaabf #aaefda

#efaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaabf Color CSS Codes

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

#efaabf Text Font Color

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

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


#efaabf Background Color

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

This div background color is #efaabf


#efaabf Border Color

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

This div border color is #efaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaabf


Comments

No comments written yet.

Please login to write comment.