Color Hex Logo

#efbafe Color Hex

#EFBAFE
(239,186,254)
0 Favorites   0 Comments

Color spaces of #efbafe

RGB 239186254
HSL0.800.970.86
HSV287°27°100°
CMYK 0.060.270.00   0.00
XYZ71.044960.6243101.7231
Yxy60.62430.30440.2598
Hunter Lab77.861626.6147-22.9569
CIE-Lab82.176430.5951-26.2468

#efbafe color RGB value is (239,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11111110
Octal 357 272 376
Decimal 239 186 254
Hex EF BA FE

RGB Percentages of Color #efbafe

%35.20
%27.39
%37.41

CMYK Percentages of Color #efbafe

%6
%27
%0
%0

Triadic Colors of #efbafe

#efbafe #feefba #bafeef

Analogous Colors of #efbafe

#efbafe #febaeb #cdbafe

Monochromatic Colors of #efbafe

#efbafe

Complementary Color

#efbafe #c9feba

#efbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbafe Color CSS Codes

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

#efbafe Text Font Color

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

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


#efbafe Background Color

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

This div background color is #efbafe


#efbafe Border Color

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

This div border color is #efbafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,186,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 #efbafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbafe


Comments

No comments written yet.

Please login to write comment.