Color Hex Logo

#fdf42d Color Hex

#FDF42D
(253,244,45)
0 Favorites   0 Comments

Color spaces of #fdf42d

RGB 25324445
HSL0.160.980.58
HSV57°82°99°
CMYK 0.000.040.82   0.01
XYZ73.332485.773515.1735
Yxy85.77350.42080.4922
Hunter Lab92.6140-20.736955.1160
CIE-Lab94.2154-16.478786.3362

#fdf42d color RGB value is (253,244,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 00101101
Octal 375 364 55
Decimal 253 244 45
Hex FD F4 2D

RGB Percentages of Color #fdf42d

%46.68
%45.02
%8.30

CMYK Percentages of Color #fdf42d

%0
%4
%82
%1

Triadic Colors of #fdf42d

#fdf42d #2dfdf4 #f42dfd

Analogous Colors of #fdf42d

#fdf42d #9efd2d #fd8c2d

Monochromatic Colors of #fdf42d

#fdf42d

Complementary Color

#fdf42d #2d36fd

#fdf42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf42d Color CSS Codes

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

#fdf42d Text Font Color

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

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


#fdf42d Background Color

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

This div background color is #fdf42d


#fdf42d Border Color

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

This div border color is #fdf42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf42d

Related Colors


Comments

No comments written yet.

Please login to write comment.