Color Hex Logo

#efb4fa Color Hex

#EFB4FA
(239,180,250)
0 Favorites   0 Comments

Color spaces of #efb4fa

RGB 239180250
HSL0.810.880.84
HSV291°28°98°
CMYK 0.040.280.00   0.02
XYZ69.173257.895497.9716
Yxy57.89540.30740.2573
Hunter Lab76.089029.1201-23.0790
CIE-Lab80.680633.0219-26.3920

#efb4fa color RGB value is (239,180,250).

#efb4fa hex color red value is 239, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efb4fa hue: 0.81 , saturation: 0.88 and the lightness value of efb4fa is 0.84.

The process color (four color CMYK) of #efb4fa color hex is 0.04, 0.28, 0.00, 0.02. Web safe color of #efb4fa is #ffccff. Color #efb4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 11111010
Octal 357 264 372
Decimal 239 180 250
Hex EF B4 FA

RGB Percentages of Color #efb4fa

%35.72
%26.91
%37.37

CMYK Percentages of Color #efb4fa

%4
%28
%0
%2

Triadic Colors of #efb4fa

#efb4fa #faefb4 #b4faef

Analogous Colors of #efb4fa

#efb4fa #fab4e2 #ccb4fa

Monochromatic Colors of #efb4fa

#efb4fa

Complementary Color

#efb4fa #bffab4

#efb4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb4fa Color CSS Codes

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

#efb4fa Text Font Color

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

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


#efb4fa Background Color

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

This div background color is #efb4fa


#efb4fa Border Color

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

This div border color is #efb4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb4fa


Comments

No comments written yet.

Please login to write comment.