Color Hex Logo

#fbfcad Color Hex

#FBFCAD
(251,252,173)
0 Favorites   0 Comments

Color spaces of #fbfcad

RGB 251252173
HSL0.170.930.83
HSV61°31°99°
CMYK 0.000.000.31   0.01
XYZ82.136993.147253.1853
Yxy93.14720.35950.4077
Hunter Lab96.5128-16.985634.8860
CIE-Lab97.2873-12.055637.8133

#fbfcad color RGB value is (251,252,173).

#fbfcad hex color red value is 251, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fbfcad hue: 0.17 , saturation: 0.93 and the lightness value of fbfcad is 0.83.

The process color (four color CMYK) of #fbfcad color hex is 0.00, 0.00, 0.31, 0.01. Web safe color of #fbfcad is #ffff99. Color #fbfcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 10101101
Octal 373 374 255
Decimal 251 252 173
Hex FB FC AD

RGB Percentages of Color #fbfcad

%37.13
%37.28
%25.59

CMYK Percentages of Color #fbfcad

%0
%0
%31
%1

Triadic Colors of #fbfcad

#fbfcad #adfbfc #fcadfb

Analogous Colors of #fbfcad

#fbfcad #d4fcad #fcd6ad

Monochromatic Colors of #fbfcad

#fbfcad

Complementary Color

#fbfcad #aeadfc

#fbfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfcad Color CSS Codes

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

#fbfcad Text Font Color

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

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


#fbfcad Background Color

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

This div background color is #fbfcad


#fbfcad Border Color

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

This div border color is #fbfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfcad

Related Colors


Comments

No comments written yet.

Please login to write comment.