Color Hex Logo

#efd8ff Color Hex

#EFD8FF
(239,216,255)
0 Favorites   0 Comments

Color spaces of #efd8ff

RGB 239216255
HSL0.761.000.92
HSV275°15°100°
CMYK 0.060.150.00   0.00
XYZ78.202574.6825104.9012
Yxy74.68250.30340.2897
Hunter Lab86.419010.2953-11.4768
CIE-Lab89.244114.8846-16.0764

#efd8ff color RGB value is (239,216,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 11111111
Octal 357 330 377
Decimal 239 216 255
Hex EF D8 FF

RGB Percentages of Color #efd8ff

%33.66
%30.42
%35.92

CMYK Percentages of Color #efd8ff

%6
%15
%0
%0

Triadic Colors of #efd8ff

#efd8ff #ffefd8 #d8ffef

Analogous Colors of #efd8ff

#efd8ff #ffd8fc #dcd8ff

Monochromatic Colors of #efd8ff

#efd8ff

Complementary Color

#efd8ff #e8ffd8

#efd8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8ff Color CSS Codes

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

#efd8ff Text Font Color

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

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


#efd8ff Background Color

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

This div background color is #efd8ff


#efd8ff Border Color

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

This div border color is #efd8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8ff

Related Colors

#efd8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.