Color Hex Logo

#fdde41 Color Hex

#FDDE41
(253,222,65)
0 Favorites   0 Comments

Color spaces of #fdde41

RGB 25322265
HSL0.140.980.62
HSV50°74°99°
CMYK 0.000.120.74   0.01
XYZ67.583473.506915.6272
Yxy73.50690.43120.4690
Hunter Lab85.7362-9.331849.2085
CIE-Lab88.6889-4.969075.7844

#fdde41 color RGB value is (253,222,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 01000001
Octal 375 336 101
Decimal 253 222 65
Hex FD DE 41

RGB Percentages of Color #fdde41

%46.85
%41.11
%12.04

CMYK Percentages of Color #fdde41

%0
%12
%74
%1

Triadic Colors of #fdde41

#fdde41 #41fdde #de41fd

Analogous Colors of #fdde41

#fdde41 #befd41 #fd8041

Monochromatic Colors of #fdde41

#fdde41

Complementary Color

#fdde41 #4160fd

#fdde41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde41 Color CSS Codes

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

#fdde41 Text Font Color

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

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


#fdde41 Background Color

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

This div background color is #fdde41


#fdde41 Border Color

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

This div border color is #fdde41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde41


Comments

No comments written yet.

Please login to write comment.