Color Hex Logo

#fefa3d Color Hex

#FEFA3D
(254,250,61)
0 Favorites   0 Comments

Color spaces of #fefa3d

RGB 25425061
HSL0.160.990.62
HSV59°76°100°
CMYK 0.000.020.76   0.00
XYZ75.901089.779017.7435
Yxy89.77900.41380.4895
Hunter Lab94.7518-22.828055.2234
CIE-Lab95.9050-18.468583.6977

#fefa3d color RGB value is (254,250,61).

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

The process color (four color CMYK) of #fefa3d color hex is 0.00, 0.02, 0.76, 0.00. Web safe color of #fefa3d is #ffff33. Color #fefa3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00111101
Octal 376 372 75
Decimal 254 250 61
Hex FE FA 3D

RGB Percentages of Color #fefa3d

%44.96
%44.25
%10.80

CMYK Percentages of Color #fefa3d

%0
%2
%76
%0

Triadic Colors of #fefa3d

#fefa3d #3dfefa #fa3dfe

Analogous Colors of #fefa3d

#fefa3d #a2fe3d #fe9a3d

Monochromatic Colors of #fefa3d

#fefa3d

Complementary Color

#fefa3d #3d41fe

#fefa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa3d Color CSS Codes

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

#fefa3d Text Font Color

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

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


#fefa3d Background Color

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

This div background color is #fefa3d


#fefa3d Border Color

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

This div border color is #fefa3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa3d


Comments

No comments written yet.

Please login to write comment.