Color Hex Logo

#eff4fe Color Hex

#EFF4FE
(239,244,254)
0 Favorites   0 Comments

Color spaces of #eff4fe

RGB 239244254
HSL0.610.880.97
HSV220°100°
CMYK 0.060.040.00   0.00
XYZ85.836790.2078106.6537
Yxy90.20780.30360.3191
Hunter Lab94.9778-4.8908-0.0943
CIE-Lab96.08290.1819-5.3792

#eff4fe color RGB value is (239,244,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110100 11111110
Octal 357 364 376
Decimal 239 244 254
Hex EF F4 FE

RGB Percentages of Color #eff4fe

%32.43
%33.11
%34.46

CMYK Percentages of Color #eff4fe

%6
%4
%0
%0

Triadic Colors of #eff4fe

#eff4fe #feeff4 #f4feef

Analogous Colors of #eff4fe

#eff4fe #f2effe #effcfe

Monochromatic Colors of #eff4fe

#eff4fe

Complementary Color

#eff4fe #fef9ef

#eff4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff4fe Color CSS Codes

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

#eff4fe Text Font Color

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

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


#eff4fe Background Color

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

This div background color is #eff4fe


#eff4fe Border Color

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

This div border color is #eff4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.