Color Hex Logo

#fddc69 Color Hex

#FDDC69
(253,220,105)
0 Favorites   0 Comments

Color spaces of #fddc69

RGB 253220105
HSL0.130.970.70
HSV47°58°99°
CMYK 0.000.130.58   0.01
XYZ68.651073.089023.8539
Yxy73.08900.41460.4414
Hunter Lab85.4921-6.273943.3015
CIE-Lab88.4901-1.774659.5881

#fddc69 color RGB value is (253,220,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 01101001
Octal 375 334 151
Decimal 253 220 105
Hex FD DC 69

RGB Percentages of Color #fddc69

%43.77
%38.06
%18.17

CMYK Percentages of Color #fddc69

%0
%13
%58
%1

Triadic Colors of #fddc69

#fddc69 #69fddc #dc69fd

Analogous Colors of #fddc69

#fddc69 #d4fd69 #fd9269

Monochromatic Colors of #fddc69

#fddc69

Complementary Color

#fddc69 #698afd

#fddc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc69 Color CSS Codes

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

#fddc69 Text Font Color

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

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


#fddc69 Background Color

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

This div background color is #fddc69


#fddc69 Border Color

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

This div border color is #fddc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc69


Comments

No comments written yet.

Please login to write comment.