Color Hex Logo

#fbfedc Color Hex

#FBFEDC
(251,254,220)
0 Favorites   0 Comments

Color spaces of #fbfedc

RGB 251254220
HSL0.180.940.93
HSV65°13°100°
CMYK 0.010.000.13   0.00
XYZ88.143796.560281.7024
Yxy96.56020.33090.3625
Hunter Lab98.2650-11.849419.4889
CIE-Lab98.6544-6.610515.9382

#fbfedc color RGB value is (251,254,220).

#fbfedc hex color red value is 251, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fbfedc hue: 0.18 , saturation: 0.94 and the lightness value of fbfedc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11011100
Octal 373 376 334
Decimal 251 254 220
Hex FB FE DC

RGB Percentages of Color #fbfedc

%34.62
%35.03
%30.34

CMYK Percentages of Color #fbfedc

%1
%0
%13
%0

Triadic Colors of #fbfedc

#fbfedc #dcfbfe #fedcfb

Analogous Colors of #fbfedc

#fbfedc #eafedc #fef0dc

Monochromatic Colors of #fbfedc

#fbfedc

Complementary Color

#fbfedc #dfdcfe

#fbfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfedc Color CSS Codes

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

#fbfedc Text Font Color

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

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


#fbfedc Background Color

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

This div background color is #fbfedc


#fbfedc Border Color

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

This div border color is #fbfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfedc

Related Colors


Comments

No comments written yet.

Please login to write comment.