Color Hex Logo

#fdf354 Color Hex

#FDF354
(253,243,84)
0 Favorites   0 Comments

Color spaces of #fdf354

RGB 25324384
HSL0.160.980.66
HSV56°67°99°
CMYK 0.000.040.67   0.01
XYZ74.158885.623921.0060
Yxy85.62390.41020.4736
Hunter Lab92.5332-18.877951.3138
CIE-Lab94.1513-14.486174.3516

#fdf354 color RGB value is (253,243,84).

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

The process color (four color CMYK) of #fdf354 color hex is 0.00, 0.04, 0.67, 0.01. Web safe color of #fdf354 is #ffff66. Color #fdf354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 01010100
Octal 375 363 124
Decimal 253 243 84
Hex FD F3 54

RGB Percentages of Color #fdf354

%43.62
%41.90
%14.48

CMYK Percentages of Color #fdf354

%0
%4
%67
%1

Triadic Colors of #fdf354

#fdf354 #54fdf3 #f354fd

Analogous Colors of #fdf354

#fdf354 #b3fd54 #fd9f54

Monochromatic Colors of #fdf354

#fdf354

Complementary Color

#fdf354 #545efd

#fdf354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf354 Color CSS Codes

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

#fdf354 Text Font Color

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

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


#fdf354 Background Color

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

This div background color is #fdf354


#fdf354 Border Color

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

This div border color is #fdf354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf354


Comments

No comments written yet.

Please login to write comment.