Color Hex Logo

#efd3ff Color Hex

#EFD3FF
(239,211,255)
0 Favorites   0 Comments

Color spaces of #efd3ff

RGB 239211255
HSL0.771.000.91
HSV278°17°100°
CMYK 0.060.170.00   0.00
XYZ76.940972.1593104.4806
Yxy72.15930.30340.2846
Hunter Lab84.946613.0208-13.4614
CIE-Lab88.045217.5189-17.8790

#efd3ff color RGB value is (239,211,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11111111
Octal 357 323 377
Decimal 239 211 255
Hex EF D3 FF

RGB Percentages of Color #efd3ff

%33.90
%29.93
%36.17

CMYK Percentages of Color #efd3ff

%6
%17
%0
%0

Triadic Colors of #efd3ff

#efd3ff #ffefd3 #d3ffef

Analogous Colors of #efd3ff

#efd3ff #ffd3f9 #d9d3ff

Monochromatic Colors of #efd3ff

#efd3ff

Complementary Color

#efd3ff #e3ffd3

#efd3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3ff Color CSS Codes

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

#efd3ff Text Font Color

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

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


#efd3ff Background Color

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

This div background color is #efd3ff


#efd3ff Border Color

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

This div border color is #efd3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3ff


Comments

No comments written yet.

Please login to write comment.