Color Hex Logo

#fefbae Color Hex

#FEFBAE
(254,251,174)
1 Favorites   0 Comments

Color spaces of #fefbae

RGB 254251174
HSL0.160.980.84
HSV58°31°100°
CMYK 0.000.010.31   0.00
XYZ83.010293.121253.6435
Yxy93.12120.36130.4053
Hunter Lab96.4993-15.325434.5905
CIE-Lab97.2768-10.328237.3441

#fefbae color RGB value is (254,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 10101110
Octal 376 373 256
Decimal 254 251 174
Hex FE FB AE

RGB Percentages of Color #fefbae

%37.41
%36.97
%25.63

CMYK Percentages of Color #fefbae

%0
%1
%31
%0

Triadic Colors of #fefbae

#fefbae #aefefb #fbaefe

Analogous Colors of #fefbae

#fefbae #d9feae #fed3ae

Monochromatic Colors of #fefbae

#fefbae

Complementary Color

#fefbae #aeb1fe

#fefbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbae Color CSS Codes

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

#fefbae Text Font Color

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

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


#fefbae Background Color

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

This div background color is #fefbae


#fefbae Border Color

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

This div border color is #fefbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbae

Related Colors


Comments

No comments written yet.

Please login to write comment.