Color Hex Logo

#efabf4 Color Hex

#EFABF4
(239,171,244)
0 Favorites   0 Comments

Color spaces of #efabf4

RGB 239171244
HSL0.820.770.81
HSV296°30°96°
CMYK 0.020.300.00   0.04
XYZ66.488654.008292.5082
Yxy54.00820.31210.2536
Hunter Lab73.490332.8857-23.1900
CIE-Lab78.466536.6702-26.5514

#efabf4 color RGB value is (239,171,244).

#efabf4 hex color red value is 239, green value is 171 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #efabf4 hue: 0.82 , saturation: 0.77 and the lightness value of efabf4 is 0.81.

The process color (four color CMYK) of #efabf4 color hex is 0.02, 0.30, 0.00, 0.04. Web safe color of #efabf4 is #ff99ff. Color #efabf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11110100
Octal 357 253 364
Decimal 239 171 244
Hex EF AB F4

RGB Percentages of Color #efabf4

%36.54
%26.15
%37.31

CMYK Percentages of Color #efabf4

%2
%30
%0
%4

Triadic Colors of #efabf4

#efabf4 #f4efab #abf4ef

Analogous Colors of #efabf4

#efabf4 #f4abd5 #cbabf4

Monochromatic Colors of #efabf4

#efabf4

Complementary Color

#efabf4 #b0f4ab

#efabf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabf4 Color CSS Codes

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

#efabf4 Text Font Color

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

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


#efabf4 Background Color

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

This div background color is #efabf4


#efabf4 Border Color

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

This div border color is #efabf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabf4


Comments

No comments written yet.

Please login to write comment.