Color Hex Logo

#fdd16a Color Hex

#FDD16A
(253,209,106)
0 Favorites   0 Comments

Color spaces of #fdd16a

RGB 253209106
HSL0.120.970.70
HSV42°58°99°
CMYK 0.000.170.58   0.01
XYZ65.910067.524223.1953
Yxy67.52420.42080.4311
Hunter Lab82.1731-0.630440.7852
CIE-Lab85.76803.907156.0146

#fdd16a color RGB value is (253,209,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01101010
Octal 375 321 152
Decimal 253 209 106
Hex FD D1 6A

RGB Percentages of Color #fdd16a

%44.54
%36.80
%18.66

CMYK Percentages of Color #fdd16a

%0
%17
%58
%1

Triadic Colors of #fdd16a

#fdd16a #6afdd1 #d16afd

Analogous Colors of #fdd16a

#fdd16a #e0fd6a #fd886a

Monochromatic Colors of #fdd16a

#fdd16a

Complementary Color

#fdd16a #6a96fd

#fdd16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd16a Color CSS Codes

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

#fdd16a Text Font Color

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

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


#fdd16a Background Color

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

This div background color is #fdd16a


#fdd16a Border Color

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

This div border color is #fdd16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd16a


Comments

No comments written yet.

Please login to write comment.