Color Hex Logo

#efedff Color Hex

#EFEDFF
(239,237,255)
0 Favorites   0 Comments

Color spaces of #efedff

RGB 239237255
HSL0.691.000.96
HSV247°100°
CMYK 0.060.070.00   0.00
XYZ83.930886.1391106.8106
Yxy86.13910.30310.3111
Hunter Lab92.8112-0.9987-3.2654
CIE-Lab94.37183.9535-8.4268

#efedff color RGB value is (239,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11111111
Octal 357 355 377
Decimal 239 237 255
Hex EF ED FF

RGB Percentages of Color #efedff

%32.69
%32.42
%34.88

CMYK Percentages of Color #efedff

%6
%7
%0
%0

Triadic Colors of #efedff

#efedff #ffefed #edffef

Analogous Colors of #efedff

#efedff #f8edff #edf4ff

Monochromatic Colors of #efedff

#efedff

Complementary Color

#efedff #fdffed

#efedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedff Color CSS Codes

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

#efedff Text Font Color

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

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


#efedff Background Color

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

This div background color is #efedff


#efedff Border Color

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

This div border color is #efedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedff

Related Colors

#efedff Color Palettes


Comments

No comments written yet.

Please login to write comment.