Color Hex Logo

#eff2fe Color Hex

#EFF2FE
(239,242,254)
0 Favorites   0 Comments

Color spaces of #eff2fe

RGB 239242254
HSL0.630.880.97
HSV228°100°
CMYK 0.060.050.00   0.00
XYZ85.238189.0107106.4542
Yxy89.01070.30370.3171
Hunter Lab94.3455-3.8356-0.8577
CIE-Lab95.58491.2024-6.1140

#eff2fe color RGB value is (239,242,254).

#eff2fe hex color red value is 239, green value is 242 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eff2fe hue: 0.63 , saturation: 0.88 and the lightness value of eff2fe is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 11111110
Octal 357 362 376
Decimal 239 242 254
Hex EF F2 FE

RGB Percentages of Color #eff2fe

%32.52
%32.93
%34.56

CMYK Percentages of Color #eff2fe

%6
%5
%0
%0

Triadic Colors of #eff2fe

#eff2fe #feeff2 #f2feef

Analogous Colors of #eff2fe

#eff2fe #f4effe #effafe

Monochromatic Colors of #eff2fe

#eff2fe

Complementary Color

#eff2fe #fefbef

#eff2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff2fe Color CSS Codes

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

#eff2fe Text Font Color

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

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


#eff2fe Background Color

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

This div background color is #eff2fe


#eff2fe Border Color

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

This div border color is #eff2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.