Color Hex Logo

#ffd16c Color Hex

#FFD16C
(255,209,108)
1 Favorites   0 Comments

Color spaces of #ffd16c

RGB 255209108
HSL0.111.000.71
HSV41°58°100°
CMYK 0.000.180.58   0.00
XYZ66.747267.943623.7838
Yxy67.94360.42120.4287
Hunter Lab82.42790.294140.5920
CIE-Lab85.97824.866855.3754

#ffd16c color RGB value is (255,209,108).

#ffd16c hex color red value is 255, green value is 209 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ffd16c hue: 0.11 , saturation: 1.00 and the lightness value of ffd16c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01101100
Octal 377 321 154
Decimal 255 209 108
Hex FF D1 6C

RGB Percentages of Color #ffd16c

%44.58
%36.54
%18.88

CMYK Percentages of Color #ffd16c

%0
%18
%58
%0

Triadic Colors of #ffd16c

#ffd16c #6cffd1 #d16cff

Analogous Colors of #ffd16c

#ffd16c #e4ff6c #ff886c

Monochromatic Colors of #ffd16c

#ffd16c

Complementary Color

#ffd16c #6c9aff

#ffd16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd16c Color CSS Codes

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

#ffd16c Text Font Color

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

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


#ffd16c Background Color

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

This div background color is #ffd16c


#ffd16c Border Color

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

This div border color is #ffd16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd16c


Comments

No comments written yet.

Please login to write comment.