Color Hex Logo

#fdfc41 Color Hex

#FDFC41
(253,252,65)
0 Favorites   0 Comments

Color spaces of #fdfc41

RGB 25325265
HSL0.170.980.62
HSV60°74°99°
CMYK 0.000.000.74   0.01
XYZ76.272690.885118.5236
Yxy90.88510.41080.4895
Hunter Lab95.3337-24.023355.2134
CIE-Lab96.3627-19.685582.9087

#fdfc41 color RGB value is (253,252,65).

#fdfc41 hex color red value is 253, green value is 252 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fdfc41 hue: 0.17 , saturation: 0.98 and the lightness value of fdfc41 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 01000001
Octal 375 374 101
Decimal 253 252 65
Hex FD FC 41

RGB Percentages of Color #fdfc41

%44.39
%44.21
%11.40

CMYK Percentages of Color #fdfc41

%0
%0
%74
%1

Triadic Colors of #fdfc41

#fdfc41 #41fdfc #fc41fd

Analogous Colors of #fdfc41

#fdfc41 #a0fd41 #fd9e41

Monochromatic Colors of #fdfc41

#fdfc41

Complementary Color

#fdfc41 #4142fd

#fdfc41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfc41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfc41 Color CSS Codes

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

#fdfc41 Text Font Color

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

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


#fdfc41 Background Color

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

This div background color is #fdfc41


#fdfc41 Border Color

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

This div border color is #fdfc41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfc41

Related Colors


Comments

No comments written yet.

Please login to write comment.