Color Hex Logo

#fdde20 Color Hex

#FDDE20
(253,222,32)
0 Favorites   0 Comments

Color spaces of #fdde20

RGB 25322232
HSL0.140.980.56
HSV52°87°99°
CMYK 0.000.120.87   0.01
XYZ66.890073.229511.9757
Yxy73.22950.43980.4815
Hunter Lab85.5742-10.228551.6046
CIE-Lab88.5571-5.932184.4462

#fdde20 color RGB value is (253,222,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 00100000
Octal 375 336 40
Decimal 253 222 32
Hex FD DE 20

RGB Percentages of Color #fdde20

%49.90
%43.79
%6.31

CMYK Percentages of Color #fdde20

%0
%12
%87
%1

Triadic Colors of #fdde20

#fdde20 #20fdde #de20fd

Analogous Colors of #fdde20

#fdde20 #aefd20 #fd7020

Monochromatic Colors of #fdde20

#fdde20

Complementary Color

#fdde20 #203ffd

#fdde20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde20 Color CSS Codes

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

#fdde20 Text Font Color

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

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


#fdde20 Background Color

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

This div background color is #fdde20


#fdde20 Border Color

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

This div border color is #fdde20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde20


Comments

No comments written yet.

Please login to write comment.