Color Hex Logo

#efe9fe Color Hex

#EFE9FE
(239,233,254)
0 Favorites   0 Comments

Color spaces of #efe9fe

RGB 239233254
HSL0.710.910.95
HSV257°100°
CMYK 0.060.080.00   0.00
XYZ82.624983.7843105.5831
Yxy83.78430.30380.3080
Hunter Lab91.53380.9427-4.3167
CIE-Lab93.35675.8279-9.4127

#efe9fe color RGB value is (239,233,254).

#efe9fe hex color red value is 239, green value is 233 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efe9fe hue: 0.71 , saturation: 0.91 and the lightness value of efe9fe is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 11111110
Octal 357 351 376
Decimal 239 233 254
Hex EF E9 FE

RGB Percentages of Color #efe9fe

%32.92
%32.09
%34.99

CMYK Percentages of Color #efe9fe

%6
%8
%0
%0

Triadic Colors of #efe9fe

#efe9fe #feefe9 #e9feef

Analogous Colors of #efe9fe

#efe9fe #fae9fe #e9eefe

Monochromatic Colors of #efe9fe

#efe9fe

Complementary Color

#efe9fe #f8fee9

#efe9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9fe Color CSS Codes

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

#efe9fe Text Font Color

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

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


#efe9fe Background Color

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

This div background color is #efe9fe


#efe9fe Border Color

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

This div border color is #efe9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9fe


Comments

No comments written yet.

Please login to write comment.