Color Hex Logo

#fef958 Color Hex

#FEF958
(254,249,88)
0 Favorites   0 Comments

Color spaces of #fef958

RGB 25424988
HSL0.160.990.67
HSV58°65°100°
CMYK 0.000.020.65   0.00
XYZ76.510289.526822.4804
Yxy89.52680.40590.4749
Hunter Lab94.6186-21.244452.1463
CIE-Lab95.8001-16.778674.5515

#fef958 color RGB value is (254,249,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01011000
Octal 376 371 130
Decimal 254 249 88
Hex FE F9 58

RGB Percentages of Color #fef958

%42.98
%42.13
%14.89

CMYK Percentages of Color #fef958

%0
%2
%65
%0

Triadic Colors of #fef958

#fef958 #58fef9 #f958fe

Analogous Colors of #fef958

#fef958 #b0fe58 #fea658

Monochromatic Colors of #fef958

#fef958

Complementary Color

#fef958 #585dfe

#fef958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef958 Color CSS Codes

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

#fef958 Text Font Color

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

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


#fef958 Background Color

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

This div background color is #fef958


#fef958 Border Color

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

This div border color is #fef958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef958

Related Colors


Comments

No comments written yet.

Please login to write comment.