Color Hex Logo

#fefba4 Color Hex

#FEFBA4
(254,251,164)
0 Favorites   0 Comments

Color spaces of #fefba4

RGB 254251164
HSL0.160.980.82
HSV58°35°100°
CMYK 0.000.010.35   0.00
XYZ82.071192.745548.6980
Yxy92.74550.36720.4149
Hunter Lab96.3045-16.414337.4321
CIE-Lab97.1242-11.479842.0926

#fefba4 color RGB value is (254,251,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 10100100
Octal 376 373 244
Decimal 254 251 164
Hex FE FB A4

RGB Percentages of Color #fefba4

%37.97
%37.52
%24.51

CMYK Percentages of Color #fefba4

%0
%1
%35
%0

Triadic Colors of #fefba4

#fefba4 #a4fefb #fba4fe

Analogous Colors of #fefba4

#fefba4 #d4fea4 #fecea4

Monochromatic Colors of #fefba4

#fefba4

Complementary Color

#fefba4 #a4a7fe

#fefba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefba4 Color CSS Codes

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

#fefba4 Text Font Color

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

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


#fefba4 Background Color

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

This div background color is #fefba4


#fefba4 Border Color

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

This div border color is #fefba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefba4

Related Colors


Comments

No comments written yet.

Please login to write comment.