Color Hex Logo

#fef915 Color Hex

#FEF915
(254,249,21)
0 Favorites   0 Comments

Color spaces of #fef915

RGB 25424921
HSL0.160.990.54
HSV59°92°100°
CMYK 0.000.020.92   0.00
XYZ74.884188.876313.9175
Yxy88.87630.42150.5002
Hunter Lab94.2742-23.193457.2391
CIE-Lab95.5287-18.927491.5443

#fef915 color RGB value is (254,249,21).

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

The process color (four color CMYK) of #fef915 color hex is 0.00, 0.02, 0.92, 0.00. Web safe color of #fef915 is #ffff00. Color #fef915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 00010101
Octal 376 371 25
Decimal 254 249 21
Hex FE F9 15

RGB Percentages of Color #fef915

%48.47
%47.52
%4.01

CMYK Percentages of Color #fef915

%0
%2
%92
%0

Triadic Colors of #fef915

#fef915 #15fef9 #f915fe

Analogous Colors of #fef915

#fef915 #8ffe15 #fe8515

Monochromatic Colors of #fef915

#fef915

Complementary Color

#fef915 #151afe

#fef915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef915 Color CSS Codes

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

#fef915 Text Font Color

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

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


#fef915 Background Color

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

This div background color is #fef915


#fef915 Border Color

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

This div border color is #fef915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef915

Related Colors


Comments

No comments written yet.

Please login to write comment.