Color Hex Logo

#fbffae Color Hex

#FBFFAE
(251,255,174)
0 Favorites   0 Comments

Color spaces of #fbffae

RGB 251255174
HSL0.171.000.84
HSV63°32°100°
CMYK 0.020.000.32   0.00
XYZ83.183695.085254.0134
Yxy95.08520.35810.4094
Hunter Lab97.5116-18.373635.4164
CIE-Lab98.0676-13.404438.3453

#fbffae color RGB value is (251,255,174).

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

The process color (four color CMYK) of #fbffae color hex is 0.02, 0.00, 0.32, 0.00. Web safe color of #fbffae is #ffff99. Color #fbffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 10101110
Octal 373 377 256
Decimal 251 255 174
Hex FB FF AE

RGB Percentages of Color #fbffae

%36.91
%37.50
%25.59

CMYK Percentages of Color #fbffae

%2
%0
%32
%0

Triadic Colors of #fbffae

#fbffae #aefbff #ffaefb

Analogous Colors of #fbffae

#fbffae #d3ffae #ffdbae

Monochromatic Colors of #fbffae

#fbffae

Complementary Color

#fbffae #b2aeff

#fbffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffae Color CSS Codes

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

#fbffae Text Font Color

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

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


#fbffae Background Color

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

This div background color is #fbffae


#fbffae Border Color

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

This div border color is #fbffae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,255,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 #fbffae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffae

Related Colors

#fbffae Color Palettes


Comments

No comments written yet.

Please login to write comment.