Color Hex Logo

#efabb7 Color Hex

#EFABB7
(239,171,183)
0 Favorites   0 Comments

Color spaces of #efabb7

RGB 239171183
HSL0.970.680.80
HSV349°28°94°
CMYK 0.000.280.23   0.06
XYZ58.706850.895451.5294
Yxy50.89540.36430.3159
Hunter Lab71.341022.04167.1137
CIE-Lab76.615626.60893.8244

#efabb7 color RGB value is (239,171,183).

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

The process color (four color CMYK) of #efabb7 color hex is 0.00, 0.28, 0.23, 0.06. Web safe color of #efabb7 is #ff99cc. Color #efabb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10110111
Octal 357 253 267
Decimal 239 171 183
Hex EF AB B7

RGB Percentages of Color #efabb7

%40.30
%28.84
%30.86

CMYK Percentages of Color #efabb7

%0
%28
%23
%6

Triadic Colors of #efabb7

#efabb7 #b7efab #abb7ef

Analogous Colors of #efabb7

#efabb7 #efc1ab #efabd9

Monochromatic Colors of #efabb7

#efabb7

Complementary Color

#efabb7 #abefe3

#efabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabb7 Color CSS Codes

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

#efabb7 Text Font Color

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

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


#efabb7 Background Color

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

This div background color is #efabb7


#efabb7 Border Color

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

This div border color is #efabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabb7


Comments

No comments written yet.

Please login to write comment.