Color Hex Logo

#fbeffc Color Hex

#FBEFFC
(251,239,252)
0 Favorites   0 Comments

Color spaces of #fbeffc

RGB 251239252
HSL0.820.680.96
HSV295°99°
CMYK 0.000.050.00   0.01
XYZ88.220989.2705104.6767
Yxy89.27050.31270.3164
Hunter Lab94.48311.32400.4514
CIE-Lab95.69336.2949-4.8159

#fbeffc color RGB value is (251,239,252).

#fbeffc hex color red value is 251, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbeffc hue: 0.82 , saturation: 0.68 and the lightness value of fbeffc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11111100
Octal 373 357 374
Decimal 251 239 252
Hex FB EF FC

RGB Percentages of Color #fbeffc

%33.83
%32.21
%33.96

CMYK Percentages of Color #fbeffc

%0
%5
%0
%1

Triadic Colors of #fbeffc

#fbeffc #fcfbef #effcfb

Analogous Colors of #fbeffc

#fbeffc #fceff7 #f5effc

Monochromatic Colors of #fbeffc

#fbeffc

Complementary Color

#fbeffc #f0fcef

#fbeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeffc Color CSS Codes

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

#fbeffc Text Font Color

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

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


#fbeffc Background Color

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

This div background color is #fbeffc


#fbeffc Border Color

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

This div border color is #fbeffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,239,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbeffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeffc

#fbeffc Color Palettes


Comments

No comments written yet.

Please login to write comment.