Color Hex Logo

#fef15b Color Hex

#FEF15B
(254,241,91)
0 Favorites   0 Comments

Color spaces of #fef15b

RGB 25424191
HSL0.150.990.68
HSV55°64°100°
CMYK 0.000.050.64   0.00
XYZ74.216784.736822.3417
Yxy84.73680.40940.4674
Hunter Lab92.0526-17.177850.0468
CIE-Lab93.7696-12.721071.2941

#fef15b color RGB value is (254,241,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01011011
Octal 376 361 133
Decimal 254 241 91
Hex FE F1 5B

RGB Percentages of Color #fef15b

%43.34
%41.13
%15.53

CMYK Percentages of Color #fef15b

%0
%5
%64
%0

Triadic Colors of #fef15b

#fef15b #5bfef1 #f15bfe

Analogous Colors of #fef15b

#fef15b #bafe5b #fea05b

Monochromatic Colors of #fef15b

#fef15b

Complementary Color

#fef15b #5b68fe

#fef15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef15b Color CSS Codes

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

#fef15b Text Font Color

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

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


#fef15b Background Color

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

This div background color is #fef15b


#fef15b Border Color

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

This div border color is #fef15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef15b

Related Colors


Comments

No comments written yet.

Please login to write comment.