Color Hex Logo

#fbfec0 Color Hex

#FBFEC0
(251,254,192)
0 Favorites   0 Comments

Color spaces of #fbfec0

RGB 251254192
HSL0.170.970.87
HSV63°24°100°
CMYK 0.010.000.24   0.00
XYZ84.739995.198663.7781
Yxy95.19860.34770.3906
Hunter Lab97.5698-15.718829.5429
CIE-Lab98.1129-10.635529.4061

#fbfec0 color RGB value is (251,254,192).

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

The process color (four color CMYK) of #fbfec0 color hex is 0.01, 0.00, 0.24, 0.00. Web safe color of #fbfec0 is #ffffcc. Color #fbfec0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11000000
Octal 373 376 300
Decimal 251 254 192
Hex FB FE C0

RGB Percentages of Color #fbfec0

%36.01
%36.44
%27.55

CMYK Percentages of Color #fbfec0

%1
%0
%24
%0

Triadic Colors of #fbfec0

#fbfec0 #c0fbfe #fec0fb

Analogous Colors of #fbfec0

#fbfec0 #dcfec0 #fee2c0

Monochromatic Colors of #fbfec0

#fbfec0

Complementary Color

#fbfec0 #c3c0fe

#fbfec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfec0 Color CSS Codes

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

#fbfec0 Text Font Color

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

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


#fbfec0 Background Color

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

This div background color is #fbfec0


#fbfec0 Border Color

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

This div border color is #fbfec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfec0


Comments

No comments written yet.

Please login to write comment.