Color Hex Logo

#efe7ff Color Hex

#EFE7FF
(239,231,255)
0 Favorites   0 Comments

Color spaces of #efe7ff

RGB 239231255
HSL0.721.000.95
HSV260°100°
CMYK 0.060.090.00   0.00
XYZ82.222582.7226106.2412
Yxy82.72260.30320.3050
Hunter Lab90.95202.2018-5.5904
CIE-Lab92.89297.0514-10.6229

#efe7ff color RGB value is (239,231,255).

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

The process color (four color CMYK) of #efe7ff color hex is 0.06, 0.09, 0.00, 0.00. Web safe color of #efe7ff is #ffffff. Color #efe7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 11111111
Octal 357 347 377
Decimal 239 231 255
Hex EF E7 FF

RGB Percentages of Color #efe7ff

%32.97
%31.86
%35.17

CMYK Percentages of Color #efe7ff

%6
%9
%0
%0

Triadic Colors of #efe7ff

#efe7ff #ffefe7 #e7ffef

Analogous Colors of #efe7ff

#efe7ff #fbe7ff #e7ebff

Monochromatic Colors of #efe7ff

#efe7ff

Complementary Color

#efe7ff #f7ffe7

#efe7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe7ff Color CSS Codes

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

#efe7ff Text Font Color

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

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


#efe7ff Background Color

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

This div background color is #efe7ff


#efe7ff Border Color

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

This div border color is #efe7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe7ff

Related Colors

#efe7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.