Color Hex Logo

#fefba8 Color Hex

#FEFBA8
(254,251,168)
0 Favorites   0 Comments

Color spaces of #fefba8

RGB 254251168
HSL0.160.980.83
HSV58°34°100°
CMYK 0.000.010.34   0.00
XYZ82.438192.892350.6309
Yxy92.89230.36480.4111
Hunter Lab96.3807-15.988236.3201
CIE-Lab97.1839-11.028340.1981

#fefba8 color RGB value is (254,251,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 10101000
Octal 376 373 250
Decimal 254 251 168
Hex FE FB A8

RGB Percentages of Color #fefba8

%37.74
%37.30
%24.96

CMYK Percentages of Color #fefba8

%0
%1
%34
%0

Triadic Colors of #fefba8

#fefba8 #a8fefb #fba8fe

Analogous Colors of #fefba8

#fefba8 #d6fea8 #fed0a8

Monochromatic Colors of #fefba8

#fefba8

Complementary Color

#fefba8 #a8abfe

#fefba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefba8 Color CSS Codes

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

#fefba8 Text Font Color

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

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


#fefba8 Background Color

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

This div background color is #fefba8


#fefba8 Border Color

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

This div border color is #fefba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefba8

Related Colors


Comments

No comments written yet.

Please login to write comment.