Color Hex Logo

#efb3fe Color Hex

#EFB3FE
(239,179,254)
0 Favorites   0 Comments

Color spaces of #efb3fe

RGB 239179254
HSL0.800.970.85
HSV288°30°100°
CMYK 0.060.300.00   0.00
XYZ69.606157.7467101.2435
Yxy57.74670.30450.2526
Hunter Lab75.991230.5169-25.7985
CIE-Lab80.597834.3152-28.6608

#efb3fe color RGB value is (239,179,254).

#efb3fe hex color red value is 239, green value is 179 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efb3fe hue: 0.80 , saturation: 0.97 and the lightness value of efb3fe is 0.85.

The process color (four color CMYK) of #efb3fe color hex is 0.06, 0.30, 0.00, 0.00. Web safe color of #efb3fe is #ffccff. Color #efb3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 11111110
Octal 357 263 376
Decimal 239 179 254
Hex EF B3 FE

RGB Percentages of Color #efb3fe

%35.57
%26.64
%37.80

CMYK Percentages of Color #efb3fe

%6
%30
%0
%0

Triadic Colors of #efb3fe

#efb3fe #feefb3 #b3feef

Analogous Colors of #efb3fe

#efb3fe #feb3e8 #cab3fe

Monochromatic Colors of #efb3fe

#efb3fe

Complementary Color

#efb3fe #c2feb3

#efb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3fe Color CSS Codes

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

#efb3fe Text Font Color

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

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


#efb3fe Background Color

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

This div background color is #efb3fe


#efb3fe Border Color

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

This div border color is #efb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.