Color Hex Logo

#fdf34a Color Hex

#FDF34A
(253,243,74)
0 Favorites   0 Comments

Color spaces of #fdf34a

RGB 25324374
HSL0.160.980.64
HSV57°71°99°
CMYK 0.000.040.71   0.01
XYZ73.794685.478219.0881
Yxy85.47820.41370.4792
Hunter Lab92.4544-19.321452.4771
CIE-Lab94.0888-14.971477.8737

#fdf34a color RGB value is (253,243,74).

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

The process color (four color CMYK) of #fdf34a color hex is 0.00, 0.04, 0.71, 0.01. Web safe color of #fdf34a is #ffff33. Color #fdf34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 01001010
Octal 375 363 112
Decimal 253 243 74
Hex FD F3 4A

RGB Percentages of Color #fdf34a

%44.39
%42.63
%12.98

CMYK Percentages of Color #fdf34a

%0
%4
%71
%1

Triadic Colors of #fdf34a

#fdf34a #4afdf3 #f34afd

Analogous Colors of #fdf34a

#fdf34a #aefd4a #fd9a4a

Monochromatic Colors of #fdf34a

#fdf34a

Complementary Color

#fdf34a #4a54fd

#fdf34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf34a Color CSS Codes

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

#fdf34a Text Font Color

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

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


#fdf34a Background Color

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

This div background color is #fdf34a


#fdf34a Border Color

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

This div border color is #fdf34a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,243,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 #fdf34a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf34a

Related Colors


Comments

No comments written yet.

Please login to write comment.