Color Hex Logo

#efd2ff Color Hex

#EFD2FF
(239,210,255)
0 Favorites   0 Comments

Color spaces of #efd2ff

RGB 239210255
HSL0.771.000.91
HSV279°18°100°
CMYK 0.060.180.00   0.00
XYZ76.693271.6639104.3981
Yxy71.66390.30340.2835
Hunter Lab84.654513.5675-13.8597
CIE-Lab87.806618.0470-18.2386

#efd2ff color RGB value is (239,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 11111111
Octal 357 322 377
Decimal 239 210 255
Hex EF D2 FF

RGB Percentages of Color #efd2ff

%33.95
%29.83
%36.22

CMYK Percentages of Color #efd2ff

%6
%18
%0
%0

Triadic Colors of #efd2ff

#efd2ff #ffefd2 #d2ffef

Analogous Colors of #efd2ff

#efd2ff #ffd2f9 #d9d2ff

Monochromatic Colors of #efd2ff

#efd2ff

Complementary Color

#efd2ff #e2ffd2

#efd2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd2ff Color CSS Codes

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

#efd2ff Text Font Color

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

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


#efd2ff Background Color

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

This div background color is #efd2ff


#efd2ff Border Color

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

This div border color is #efd2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.