Color Hex Logo

#fbfef3 Color Hex

#FBFEF3
(251,254,243)
0 Favorites   0 Comments

Color spaces of #fbfef3

RGB 251254243
HSL0.210.850.97
HSV76°100°
CMYK 0.010.000.04   0.00
XYZ91.403197.863998.8662
Yxy97.86390.31720.3396
Hunter Lab98.9262-8.19539.9943
CIE-Lab99.1681-2.88734.8971

#fbfef3 color RGB value is (251,254,243).

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

The process color (four color CMYK) of #fbfef3 color hex is 0.01, 0.00, 0.04, 0.00. Web safe color of #fbfef3 is #ffffff. Color #fbfef3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11110011
Octal 373 376 363
Decimal 251 254 243
Hex FB FE F3

RGB Percentages of Color #fbfef3

%33.56
%33.96
%32.49

CMYK Percentages of Color #fbfef3

%1
%0
%4
%0

Triadic Colors of #fbfef3

#fbfef3 #f3fbfe #fef3fb

Analogous Colors of #fbfef3

#fbfef3 #f6fef3 #fefcf3

Monochromatic Colors of #fbfef3

#fbfef3

Complementary Color

#fbfef3 #f6f3fe

#fbfef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfef3 Color CSS Codes

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

#fbfef3 Text Font Color

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

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


#fbfef3 Background Color

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

This div background color is #fbfef3


#fbfef3 Border Color

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

This div border color is #fbfef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfef3

Related Colors


Comments

No comments written yet.

Please login to write comment.