Color Hex Logo

#eff8ff Color Hex

#EFF8FF
(239,248,255)
2 Favorites   0 Comments

Color spaces of #eff8ff

RGB 239248255
HSL0.571.000.97
HSV206°100°
CMYK 0.060.030.00   0.00
XYZ87.214092.7055107.9050
Yxy92.70550.30300.3221
Hunter Lab96.2837-6.81070.9524
CIE-Lab97.1080-1.6652-4.3857

#eff8ff color RGB value is (239,248,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111000 11111111
Octal 357 370 377
Decimal 239 248 255
Hex EF F8 FF

RGB Percentages of Color #eff8ff

%32.21
%33.42
%34.37

CMYK Percentages of Color #eff8ff

%6
%3
%0
%0

Triadic Colors of #eff8ff

#eff8ff #ffeff8 #f8ffef

Analogous Colors of #eff8ff

#eff8ff #eff0ff #effffe

Monochromatic Colors of #eff8ff

#eff8ff

Complementary Color

#eff8ff #fff6ef

#eff8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff8ff Color CSS Codes

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

#eff8ff Text Font Color

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

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


#eff8ff Background Color

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

This div background color is #eff8ff


#eff8ff Border Color

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

This div border color is #eff8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.