Color Hex Logo

#fddc62 Color Hex

#FDDC62
(253,220,98)
0 Favorites   0 Comments

Color spaces of #fddc62

RGB 25322098
HSL0.130.970.69
HSV47°61°99°
CMYK 0.000.130.61   0.01
XYZ68.305872.950922.0361
Yxy72.95090.41830.4467
Hunter Lab85.4113-6.718344.4911
CIE-Lab88.4243-2.243962.6184

#fddc62 color RGB value is (253,220,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 01100010
Octal 375 334 142
Decimal 253 220 98
Hex FD DC 62

RGB Percentages of Color #fddc62

%44.31
%38.53
%17.16

CMYK Percentages of Color #fddc62

%0
%13
%61
%1

Triadic Colors of #fddc62

#fddc62 #62fddc #dc62fd

Analogous Colors of #fddc62

#fddc62 #d1fd62 #fd8f62

Monochromatic Colors of #fddc62

#fddc62

Complementary Color

#fddc62 #6283fd

#fddc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc62 Color CSS Codes

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

#fddc62 Text Font Color

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

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


#fddc62 Background Color

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

This div background color is #fddc62


#fddc62 Border Color

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

This div border color is #fddc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc62

#fddc62 Color Palettes


Comments

No comments written yet.

Please login to write comment.