Color Hex Logo

#efabee Color Hex

#EFABEE
(239,171,238)
0 Favorites   0 Comments

Color spaces of #efabee

RGB 239171238
HSL0.840.680.80
HSV301°28°94°
CMYK 0.000.280.00   0.06
XYZ65.592153.649687.7872
Yxy53.64960.31680.2591
Hunter Lab73.245931.6674-19.7886
CIE-Lab78.257035.5695-23.6340

#efabee color RGB value is (239,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11101110
Octal 357 253 356
Decimal 239 171 238
Hex EF AB EE

RGB Percentages of Color #efabee

%36.88
%26.39
%36.73

CMYK Percentages of Color #efabee

%0
%28
%0
%6

Triadic Colors of #efabee

#efabee #eeefab #abeeef

Analogous Colors of #efabee

#efabee #efabcc #ceabef

Monochromatic Colors of #efabee

#efabee

Complementary Color

#efabee #abefac

#efabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabee Color CSS Codes

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

#efabee Text Font Color

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

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


#efabee Background Color

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

This div background color is #efabee


#efabee Border Color

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

This div border color is #efabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabee


Comments

No comments written yet.

Please login to write comment.