Color Hex Logo

#efbaff Color Hex

#EFBAFF
(239,186,255)
0 Favorites   0 Comments

Color spaces of #efbaff

RGB 239186255
HSL0.791.000.86
HSV286°27°100°
CMYK 0.060.270.00   0.00
XYZ71.205560.6885102.5689
Yxy60.68850.30370.2588
Hunter Lab77.902826.8244-23.5308
CIE-Lab82.211030.7874-26.7275

#efbaff color RGB value is (239,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11111111
Octal 357 272 377
Decimal 239 186 255
Hex EF BA FF

RGB Percentages of Color #efbaff

%35.15
%27.35
%37.50

CMYK Percentages of Color #efbaff

%6
%27
%0
%0

Triadic Colors of #efbaff

#efbaff #ffefba #baffef

Analogous Colors of #efbaff

#efbaff #ffbaed #cdbaff

Monochromatic Colors of #efbaff

#efbaff

Complementary Color

#efbaff #caffba

#efbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaff Color CSS Codes

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

#efbaff Text Font Color

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

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


#efbaff Background Color

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

This div background color is #efbaff


#efbaff Border Color

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

This div border color is #efbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaff

#efbaff Color Palettes


Comments

No comments written yet.

Please login to write comment.