Color Hex Logo

#efdaff Color Hex

#EFDAFF
(239,218,255)
0 Favorites   0 Comments

Color spaces of #efdaff

RGB 239218255
HSL0.761.000.93
HSV274°15°100°
CMYK 0.060.150.00   0.00
XYZ78.718075.7135105.0730
Yxy75.71350.30330.2918
Hunter Lab87.01359.2089-10.6861
CIE-Lab89.726213.8339-15.3530

#efdaff color RGB value is (239,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11111111
Octal 357 332 377
Decimal 239 218 255
Hex EF DA FF

RGB Percentages of Color #efdaff

%33.57
%30.62
%35.81

CMYK Percentages of Color #efdaff

%6
%15
%0
%0

Triadic Colors of #efdaff

#efdaff #ffefda #daffef

Analogous Colors of #efdaff

#efdaff #ffdafd #dddaff

Monochromatic Colors of #efdaff

#efdaff

Complementary Color

#efdaff #eaffda

#efdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaff Color CSS Codes

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

#efdaff Text Font Color

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

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


#efdaff Background Color

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

This div background color is #efdaff


#efdaff Border Color

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

This div border color is #efdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaff


Comments

No comments written yet.

Please login to write comment.