Color Hex Logo

#fbfdae Color Hex

#FBFDAE
(251,253,174)
0 Favorites   0 Comments

Color spaces of #fbfdae

RGB 251253174
HSL0.170.950.84
HSV62°31°99°
CMYK 0.010.000.31   0.01
XYZ82.548993.815853.8019
Yxy93.81580.35860.4076
Hunter Lab96.8586-17.373634.8672
CIE-Lab97.5577-12.426137.6732

#fbfdae color RGB value is (251,253,174).

#fbfdae hex color red value is 251, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbfdae hue: 0.17 , saturation: 0.95 and the lightness value of fbfdae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 10101110
Octal 373 375 256
Decimal 251 253 174
Hex FB FD AE

RGB Percentages of Color #fbfdae

%37.02
%37.32
%25.66

CMYK Percentages of Color #fbfdae

%1
%0
%31
%1

Triadic Colors of #fbfdae

#fbfdae #aefbfd #fdaefb

Analogous Colors of #fbfdae

#fbfdae #d4fdae #fdd8ae

Monochromatic Colors of #fbfdae

#fbfdae

Complementary Color

#fbfdae #b0aefd

#fbfdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdae Color CSS Codes

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

#fbfdae Text Font Color

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

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


#fbfdae Background Color

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

This div background color is #fbfdae


#fbfdae Border Color

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

This div border color is #fbfdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdae

Related Colors


Comments

No comments written yet.

Please login to write comment.