Color Hex Logo

#efaabb Color Hex

#EFAABB
(239,170,187)
0 Favorites   0 Comments

Color spaces of #efaabb

RGB 239170187
HSL0.960.680.80
HSV345°29°94°
CMYK 0.000.290.22   0.06
XYZ58.941050.688053.6909
Yxy50.68800.36090.3104
Hunter Lab71.195523.18365.1243
CIE-Lab76.489627.71741.4577

#efaabb color RGB value is (239,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10111011
Octal 357 252 273
Decimal 239 170 187
Hex EF AA BB

RGB Percentages of Color #efaabb

%40.10
%28.52
%31.38

CMYK Percentages of Color #efaabb

%0
%29
%22
%6

Triadic Colors of #efaabb

#efaabb #bbefaa #aabbef

Analogous Colors of #efaabb

#efaabb #efbcaa #efaade

Monochromatic Colors of #efaabb

#efaabb

Complementary Color

#efaabb #aaefde

#efaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaabb Color CSS Codes

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

#efaabb Text Font Color

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

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


#efaabb Background Color

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

This div background color is #efaabb


#efaabb Border Color

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

This div border color is #efaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaabb


Comments

No comments written yet.

Please login to write comment.