Color Hex Logo

#fefa5b Color Hex

#FEFA5B
(254,250,91)
0 Favorites   0 Comments

Color spaces of #fefa5b

RGB 25425091
HSL0.160.990.68
HSV59°64°100°
CMYK 0.000.020.64   0.00
XYZ76.947090.197423.2518
Yxy90.19740.40410.4737
Hunter Lab94.9723-21.580051.9648
CIE-Lab96.0786-17.095473.6947

#fefa5b color RGB value is (254,250,91).

#fefa5b hex color red value is 254, green value is 250 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fefa5b hue: 0.16 , saturation: 0.99 and the lightness value of fefa5b is 0.68.

The process color (four color CMYK) of #fefa5b color hex is 0.00, 0.02, 0.64, 0.00. Web safe color of #fefa5b is #ffff66. Color #fefa5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 01011011
Octal 376 372 133
Decimal 254 250 91
Hex FE FA 5B

RGB Percentages of Color #fefa5b

%42.69
%42.02
%15.29

CMYK Percentages of Color #fefa5b

%0
%2
%64
%0

Triadic Colors of #fefa5b

#fefa5b #5bfefa #fa5bfe

Analogous Colors of #fefa5b

#fefa5b #b1fe5b #fea95b

Monochromatic Colors of #fefa5b

#fefa5b

Complementary Color

#fefa5b #5b5ffe

#fefa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa5b Color CSS Codes

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

#fefa5b Text Font Color

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

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


#fefa5b Background Color

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

This div background color is #fefa5b


#fefa5b Border Color

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

This div border color is #fefa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa5b

Related Colors


Comments

No comments written yet.

Please login to write comment.