Color Hex Logo

#efaabc Color Hex

#EFAABC
(239,170,188)
0 Favorites   0 Comments

Color spaces of #efaabc

RGB 239170188
HSL0.960.680.80
HSV344°29°94°
CMYK 0.000.290.21   0.06
XYZ59.048450.731054.2568
Yxy50.73100.36000.3093
Hunter Lab71.225723.33734.6933
CIE-Lab76.515827.86350.9496

#efaabc color RGB value is (239,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10111100
Octal 357 252 274
Decimal 239 170 188
Hex EF AA BC

RGB Percentages of Color #efaabc

%40.03
%28.48
%31.49

CMYK Percentages of Color #efaabc

%0
%29
%21
%6

Triadic Colors of #efaabc

#efaabc #bcefaa #aabcef

Analogous Colors of #efaabc

#efaabc #efbbaa #efaadf

Monochromatic Colors of #efaabc

#efaabc

Complementary Color

#efaabc #aaefdd

#efaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaabc Color CSS Codes

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

#efaabc Text Font Color

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

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


#efaabc Background Color

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

This div background color is #efaabc


#efaabc Border Color

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

This div border color is #efaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaabc

#efaabc Color Palettes


Comments

No comments written yet.

Please login to write comment.