Color Hex Logo

#fddc63 Color Hex

#FDDC63
(253,220,99)
0 Favorites   0 Comments

Color spaces of #fddc63

RGB 25322099
HSL0.130.970.69
HSV47°61°99°
CMYK 0.000.130.61   0.01
XYZ68.353372.969922.2864
Yxy72.96990.41780.4460
Hunter Lab85.4224-6.657144.3271
CIE-Lab88.4334-2.179262.1911

#fddc63 color RGB value is (253,220,99).

#fddc63 hex color red value is 253, green value is 220 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fddc63 hue: 0.13 , saturation: 0.97 and the lightness value of fddc63 is 0.69.

The process color (four color CMYK) of #fddc63 color hex is 0.00, 0.13, 0.61, 0.01. Web safe color of #fddc63 is #ffcc66. Color #fddc63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 01100011
Octal 375 334 143
Decimal 253 220 99
Hex FD DC 63

RGB Percentages of Color #fddc63

%44.23
%38.46
%17.31

CMYK Percentages of Color #fddc63

%0
%13
%61
%1

Triadic Colors of #fddc63

#fddc63 #63fddc #dc63fd

Analogous Colors of #fddc63

#fddc63 #d1fd63 #fd8f63

Monochromatic Colors of #fddc63

#fddc63

Complementary Color

#fddc63 #6384fd

#fddc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc63 Color CSS Codes

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

#fddc63 Text Font Color

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

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


#fddc63 Background Color

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

This div background color is #fddc63


#fddc63 Border Color

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

This div border color is #fddc63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc63


Comments

No comments written yet.

Please login to write comment.