Color Hex Logo

#efe0fe Color Hex

#EFE0FE
(239,224,254)
0 Favorites   0 Comments

Color spaces of #efe0fe

RGB 239224254
HSL0.750.940.94
HSV270°12°100°
CMYK 0.060.120.00   0.00
XYZ80.141778.8178104.7554
Yxy78.81780.30390.2989
Hunter Lab88.77945.7691-7.8138
CIE-Lab91.151810.5028-12.6957

#efe0fe color RGB value is (239,224,254).

#efe0fe hex color red value is 239, green value is 224 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efe0fe hue: 0.75 , saturation: 0.94 and the lightness value of efe0fe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 11111110
Octal 357 340 376
Decimal 239 224 254
Hex EF E0 FE

RGB Percentages of Color #efe0fe

%33.33
%31.24
%35.43

CMYK Percentages of Color #efe0fe

%6
%12
%0
%0

Triadic Colors of #efe0fe

#efe0fe #feefe0 #e0feef

Analogous Colors of #efe0fe

#efe0fe #fee0fe #e0e0fe

Monochromatic Colors of #efe0fe

#efe0fe

Complementary Color

#efe0fe #effee0

#efe0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe0fe Color CSS Codes

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

#efe0fe Text Font Color

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

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


#efe0fe Background Color

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

This div background color is #efe0fe


#efe0fe Border Color

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

This div border color is #efe0fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,224,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efe0fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe0fe


Comments

No comments written yet.

Please login to write comment.