Color Hex Logo

#efefff Color Hex

#EFEFFF
(239,239,255)
0 Favorites   0 Comments

Color spaces of #efefff

RGB 239239255
HSL0.671.000.97
HSV240°100°
CMYK 0.060.060.00   0.00
XYZ84.513187.3037107.0047
Yxy87.30370.30310.3131
Hunter Lab93.4364-2.0609-2.4942
CIE-Lab94.86702.9259-7.6933

#efefff color RGB value is (239,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11111111
Octal 357 357 377
Decimal 239 239 255
Hex EF EF FF

RGB Percentages of Color #efefff

%32.61
%32.61
%34.79

CMYK Percentages of Color #efefff

%6
%6
%0
%0

Triadic Colors of #efefff

#efefff #ffefef #efffef

Analogous Colors of #efefff

#efefff #f7efff #eff7ff

Monochromatic Colors of #efefff

#efefff

Complementary Color

#efefff #ffffef

#efefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefff Color CSS Codes

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

#efefff Text Font Color

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

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


#efefff Background Color

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

This div background color is #efefff


#efefff Border Color

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

This div border color is #efefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefff

#efefff Color Palettes


Comments

No comments written yet.

Please login to write comment.