Color Hex Logo

#effbff Color Hex

#EFFBFF
(239,251,255)
0 Favorites   0 Comments

Color spaces of #effbff

RGB 239251255
HSL0.541.000.97
HSV195°100°
CMYK 0.060.020.00   0.00
XYZ88.143894.5651108.2150
Yxy94.56510.30300.3251
Hunter Lab97.2446-8.38322.0926
CIE-Lab97.8592-3.1830-3.2811

#effbff color RGB value is (239,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11111111
Octal 357 373 377
Decimal 239 251 255
Hex EF FB FF

RGB Percentages of Color #effbff

%32.08
%33.69
%34.23

CMYK Percentages of Color #effbff

%6
%2
%0
%0

Triadic Colors of #effbff

#effbff #ffeffb #fbffef

Analogous Colors of #effbff

#effbff #eff3ff #effffb

Monochromatic Colors of #effbff

#effbff

Complementary Color

#effbff #fff3ef

#effbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbff Color CSS Codes

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

#effbff Text Font Color

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

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


#effbff Background Color

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

This div background color is #effbff


#effbff Border Color

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

This div border color is #effbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbff

Related Colors


Comments

No comments written yet.

Please login to write comment.