Color Hex Logo

#fbfec1 Color Hex

#FBFEC1
(251,254,193)
0 Favorites   0 Comments

Color spaces of #fbfec1

RGB 251254193
HSL0.170.970.88
HSV63°24°100°
CMYK 0.010.000.24   0.00
XYZ84.851195.243164.3637
Yxy95.24310.34710.3896
Hunter Lab97.5926-15.591629.2122
CIE-Lab98.1307-10.501728.9262

#fbfec1 color RGB value is (251,254,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11000001
Octal 373 376 301
Decimal 251 254 193
Hex FB FE C1

RGB Percentages of Color #fbfec1

%35.96
%36.39
%27.65

CMYK Percentages of Color #fbfec1

%1
%0
%24
%0

Triadic Colors of #fbfec1

#fbfec1 #c1fbfe #fec1fb

Analogous Colors of #fbfec1

#fbfec1 #ddfec1 #fee3c1

Monochromatic Colors of #fbfec1

#fbfec1

Complementary Color

#fbfec1 #c4c1fe

#fbfec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfec1 Color CSS Codes

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

#fbfec1 Text Font Color

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

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


#fbfec1 Background Color

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

This div background color is #fbfec1


#fbfec1 Border Color

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

This div border color is #fbfec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfec1

Related Colors


Comments

No comments written yet.

Please login to write comment.