Color Hex Logo

#efabef Color Hex

#EFABEF
(239,171,239)
0 Favorites   0 Comments

Color spaces of #efabef

RGB 239171239
HSL0.830.680.80
HSV300°28°94°
CMYK 0.000.280.00   0.06
XYZ65.739553.708588.5633
Yxy53.70850.31600.2582
Hunter Lab73.286131.8684-20.3493
CIE-Lab78.291535.7516-24.1215

#efabef color RGB value is (239,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11101111
Octal 357 253 357
Decimal 239 171 239
Hex EF AB EF

RGB Percentages of Color #efabef

%36.83
%26.35
%36.83

CMYK Percentages of Color #efabef

%0
%28
%0
%6

Triadic Colors of #efabef

#efabef #efefab #abefef

Analogous Colors of #efabef

#efabef #efabcd #cdabef

Monochromatic Colors of #efabef

#efabef

Complementary Color

#efabef #abefab

#efabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabef Color CSS Codes

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

#efabef Text Font Color

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

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


#efabef Background Color

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

This div background color is #efabef


#efabef Border Color

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

This div border color is #efabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabef


Comments

No comments written yet.

Please login to write comment.