Color Hex Logo

#fef717 Color Hex

#FEF717
(254,247,23)
0 Favorites   0 Comments

Color spaces of #fef717

RGB 25424723
HSL0.160.990.54
HSV58°91°100°
CMYK 0.000.030.91   0.00
XYZ74.288587.654213.8141
Yxy87.65420.42270.4987
Hunter Lab93.6238-22.205856.7885
CIE-Lab95.0151-17.941390.9089

#fef717 color RGB value is (254,247,23).

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

The process color (four color CMYK) of #fef717 color hex is 0.00, 0.03, 0.91, 0.00. Web safe color of #fef717 is #ffff00. Color #fef717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00010111
Octal 376 367 27
Decimal 254 247 23
Hex FE F7 17

RGB Percentages of Color #fef717

%48.47
%47.14
%4.39

CMYK Percentages of Color #fef717

%0
%3
%91
%0

Triadic Colors of #fef717

#fef717 #17fef7 #f717fe

Analogous Colors of #fef717

#fef717 #92fe17 #fe8417

Monochromatic Colors of #fef717

#fef717

Complementary Color

#fef717 #171efe

#fef717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef717 Color CSS Codes

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

#fef717 Text Font Color

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

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


#fef717 Background Color

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

This div background color is #fef717


#fef717 Border Color

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

This div border color is #fef717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef717

Related Colors


Comments

No comments written yet.

Please login to write comment.