Color Hex Logo

#fffbae Color Hex

#FFFBAE
(255,251,174)
4 Favorites   0 Comments

Color spaces of #fffbae

RGB 255251174
HSL0.161.000.84
HSV57°32°100°
CMYK 0.000.020.32   0.00
XYZ83.377293.310453.6607
Yxy93.31040.36200.4051
Hunter Lab96.5973-14.974434.6820
CIE-Lab97.3534-9.955337.4594

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

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

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

Base Numbers

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

RGB Percentages of Color #fffbae

%37.50
%36.91
%25.59

CMYK Percentages of Color #fffbae

%0
%2
%32
%0

Triadic Colors of #fffbae

#fffbae #aefffb #fbaeff

Analogous Colors of #fffbae

#fffbae #dbffae #ffd3ae

Monochromatic Colors of #fffbae

#fffbae

Complementary Color

#fffbae #aeb2ff

#fffbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbae Color CSS Codes

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

#fffbae Text Font Color

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

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


#fffbae Background Color

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

This div background color is #fffbae


#fffbae Border Color

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

This div border color is #fffbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbae

Related Colors


Comments

No comments written yet.

Please login to write comment.