Color Hex Logo

#fdfe4a Color Hex

#FDFE4A
(253,254,74)
0 Favorites   0 Comments

Color spaces of #fdfe4a

RGB 25325474
HSL0.170.990.64
HSV60°71°100°
CMYK 0.000.000.71   0.00
XYZ77.185992.260720.2185
Yxy92.26070.40700.4864
Hunter Lab96.0524-24.652654.7565
CIE-Lab96.9268-20.269680.5994

#fdfe4a color RGB value is (253,254,74).

#fdfe4a hex color red value is 253, green value is 254 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fdfe4a hue: 0.17 , saturation: 0.99 and the lightness value of fdfe4a is 0.64.

The process color (four color CMYK) of #fdfe4a color hex is 0.00, 0.00, 0.71, 0.00. Web safe color of #fdfe4a is #ffff33. Color #fdfe4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 01001010
Octal 375 376 112
Decimal 253 254 74
Hex FD FE 4A

RGB Percentages of Color #fdfe4a

%43.55
%43.72
%12.74

CMYK Percentages of Color #fdfe4a

%0
%0
%71
%0

Triadic Colors of #fdfe4a

#fdfe4a #4afdfe #fe4afd

Analogous Colors of #fdfe4a

#fdfe4a #a3fe4a #fea54a

Monochromatic Colors of #fdfe4a

#fdfe4a

Complementary Color

#fdfe4a #4b4afe

#fdfe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfe4a Color CSS Codes

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

#fdfe4a Text Font Color

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

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


#fdfe4a Background Color

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

This div background color is #fdfe4a


#fdfe4a Border Color

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

This div border color is #fdfe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfe4a

Related Colors


Comments

No comments written yet.

Please login to write comment.