Color Hex Logo

#effbfe Color Hex

#EFFBFE
(239,251,254)
0 Favorites   0 Comments

Color spaces of #effbfe

RGB 239251254
HSL0.530.880.97
HSV192°100°
CMYK 0.060.010.00   0.00
XYZ87.983294.5008107.3692
Yxy94.50080.30350.3260
Hunter Lab97.2115-8.56522.5628
CIE-Lab97.8334-3.3680-2.8043

#effbfe color RGB value is (239,251,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111011 11111110
Octal 357 373 376
Decimal 239 251 254
Hex EF FB FE

RGB Percentages of Color #effbfe

%32.12
%33.74
%34.14

CMYK Percentages of Color #effbfe

%6
%1
%0
%0

Triadic Colors of #effbfe

#effbfe #feeffb #fbfeef

Analogous Colors of #effbfe

#effbfe #eff4fe #effefa

Monochromatic Colors of #effbfe

#effbfe

Complementary Color

#effbfe #fef2ef

#effbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#effbfe Color CSS Codes

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

#effbfe Text Font Color

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

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


#effbfe Background Color

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

This div background color is #effbfe


#effbfe Border Color

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

This div border color is #effbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.