Color Hex Logo

#efabbc Color Hex

#EFABBC
(239,171,188)
0 Favorites   0 Comments

Color spaces of #efabbc

RGB 239171188
HSL0.960.680.80
HSV345°28°94°
CMYK 0.000.280.21   0.06
XYZ59.236651.107454.3196
Yxy51.10740.35970.3104
Hunter Lab71.489422.79974.9925
CIE-Lab76.744027.33241.2819

#efabbc color RGB value is (239,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10111100
Octal 357 253 274
Decimal 239 171 188
Hex EF AB BC

RGB Percentages of Color #efabbc

%39.97
%28.60
%31.44

CMYK Percentages of Color #efabbc

%0
%28
%21
%6

Triadic Colors of #efabbc

#efabbc #bcefab #abbcef

Analogous Colors of #efabbc

#efabbc #efbcab #efabde

Monochromatic Colors of #efabbc

#efabbc

Complementary Color

#efabbc #abefde

#efabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabbc Color CSS Codes

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

#efabbc Text Font Color

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

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


#efabbc Background Color

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

This div background color is #efabbc


#efabbc Border Color

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

This div border color is #efabbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,171,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 #efabbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabbc


Comments

No comments written yet.

Please login to write comment.