Color Hex Logo

#eff0ff Color Hex

#EFF0FF
(239,240,255)
0 Favorites   0 Comments

Color spaces of #eff0ff

RGB 239240255
HSL0.661.000.97
HSV236°100°
CMYK 0.060.060.00   0.00
XYZ84.806787.8909107.1026
Yxy87.89090.30310.3141
Hunter Lab93.7501-2.5911-2.1093
CIE-Lab95.11502.4131-7.3263

#eff0ff color RGB value is (239,240,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 11111111
Octal 357 360 377
Decimal 239 240 255
Hex EF F0 FF

RGB Percentages of Color #eff0ff

%32.56
%32.70
%34.74

CMYK Percentages of Color #eff0ff

%6
%6
%0
%0

Triadic Colors of #eff0ff

#eff0ff #ffeff0 #f0ffef

Analogous Colors of #eff0ff

#eff0ff #f6efff #eff8ff

Monochromatic Colors of #eff0ff

#eff0ff

Complementary Color

#eff0ff #fffeef

#eff0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff0ff Color CSS Codes

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

#eff0ff Text Font Color

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

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


#eff0ff Background Color

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

This div background color is #eff0ff


#eff0ff Border Color

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

This div border color is #eff0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.