Color Hex Logo

#ffd116 Color Hex

#FFD116
(255,209,22)
0 Favorites   0 Comments

Color spaces of #ffd116

RGB 25520922
HSL0.131.000.54
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ64.185366.918910.2928
Yxy66.91890.45390.4733
Hunter Lab81.8040-3.101749.8028
CIE-Lab85.46301.327483.8286

#ffd116 color RGB value is (255,209,22).

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

The process color (four color CMYK) of #ffd116 color hex is 0.00, 0.18, 0.91, 0.00. Web safe color of #ffd116 is #ffcc00. Color #ffd116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00010110
Octal 377 321 26
Decimal 255 209 22
Hex FF D1 16

RGB Percentages of Color #ffd116

%52.47
%43.00
%4.53

CMYK Percentages of Color #ffd116

%0
%18
%91
%0

Triadic Colors of #ffd116

#ffd116 #16ffd1 #d116ff

Analogous Colors of #ffd116

#ffd116 #b9ff16 #ff5d16

Monochromatic Colors of #ffd116

#ffd116

Complementary Color

#ffd116 #1644ff

#ffd116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd116 Color CSS Codes

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

#ffd116 Text Font Color

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

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


#ffd116 Background Color

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

This div background color is #ffd116


#ffd116 Border Color

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

This div border color is #ffd116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd116

Related Colors


Comments

No comments written yet.

Please login to write comment.