Color Hex Logo

#efabec Color Hex

#EFABEC
(239,171,236)
0 Favorites   0 Comments

Color spaces of #efabec

RGB 239171236
HSL0.840.680.80
HSV303°28°94°
CMYK 0.000.280.01   0.06
XYZ65.299853.532786.2480
Yxy53.53270.31840.2610
Hunter Lab73.166031.2685-18.6747
CIE-Lab78.188535.2074-22.6578

#efabec color RGB value is (239,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11101100
Octal 357 253 354
Decimal 239 171 236
Hex EF AB EC

RGB Percentages of Color #efabec

%37.00
%26.47
%36.53

CMYK Percentages of Color #efabec

%0
%28
%1
%6

Triadic Colors of #efabec

#efabec #ecefab #abecef

Analogous Colors of #efabec

#efabec #efabca #d0abef

Monochromatic Colors of #efabec

#efabec

Complementary Color

#efabec #abefae

#efabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabec Color CSS Codes

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

#efabec Text Font Color

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

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


#efabec Background Color

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

This div background color is #efabec


#efabec Border Color

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

This div border color is #efabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabec


Comments

No comments written yet.

Please login to write comment.