Color Hex Logo

#fcfcbe Color Hex

#FCFCBE
(252,252,190)
0 Favorites   0 Comments

Color spaces of #fcfcbe

RGB 252252190
HSL0.170.910.87
HSV60°25°99°
CMYK 0.000.000.25   0.01
XYZ84.249694.034062.4251
Yxy94.03400.35000.3907
Hunter Lab96.9711-14.616729.7119
CIE-Lab97.6457-9.551529.7924

#fcfcbe color RGB value is (252,252,190).

#fcfcbe hex color red value is 252, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fcfcbe hue: 0.17 , saturation: 0.91 and the lightness value of fcfcbe is 0.87.

The process color (four color CMYK) of #fcfcbe color hex is 0.00, 0.00, 0.25, 0.01. Web safe color of #fcfcbe is #ffffcc. Color #fcfcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10111110
Octal 374 374 276
Decimal 252 252 190
Hex FC FC BE

RGB Percentages of Color #fcfcbe

%36.31
%36.31
%27.38

CMYK Percentages of Color #fcfcbe

%0
%0
%25
%1

Triadic Colors of #fcfcbe

#fcfcbe #befcfc #fcbefc

Analogous Colors of #fcfcbe

#fcfcbe #ddfcbe #fcddbe

Monochromatic Colors of #fcfcbe

#fcfcbe

Complementary Color

#fcfcbe #bebefc

#fcfcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcbe Color CSS Codes

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

#fcfcbe Text Font Color

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

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


#fcfcbe Background Color

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

This div background color is #fcfcbe


#fcfcbe Border Color

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

This div border color is #fcfcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.