Color Hex Logo

#fcfeb3 Color Hex

#FCFEB3
(252,254,179)
0 Favorites   0 Comments

Color spaces of #fcfeb3

RGB 252254179
HSL0.170.970.85
HSV62°30°100°
CMYK 0.010.000.30   0.00
XYZ83.723494.833756.5399
Yxy94.83370.35610.4034
Hunter Lab97.3826-16.956533.7443
CIE-Lab97.9669-11.938235.7408

#fcfeb3 color RGB value is (252,254,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 10110011
Octal 374 376 263
Decimal 252 254 179
Hex FC FE B3

RGB Percentages of Color #fcfeb3

%36.79
%37.08
%26.13

CMYK Percentages of Color #fcfeb3

%1
%0
%30
%0

Triadic Colors of #fcfeb3

#fcfeb3 #b3fcfe #feb3fc

Analogous Colors of #fcfeb3

#fcfeb3 #d7feb3 #fedbb3

Monochromatic Colors of #fcfeb3

#fcfeb3

Complementary Color

#fcfeb3 #b5b3fe

#fcfeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfeb3 Color CSS Codes

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

#fcfeb3 Text Font Color

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

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


#fcfeb3 Background Color

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

This div background color is #fcfeb3


#fcfeb3 Border Color

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

This div border color is #fcfeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfeb3

Related Colors


Comments

No comments written yet.

Please login to write comment.