Color Hex Logo

#ffd016 Color Hex

#FFD016
(255,208,22)
0 Favorites   0 Comments

Color spaces of #ffd016

RGB 25520822
HSL0.131.000.54
HSV48°91°100°
CMYK 0.000.180.91   0.00
XYZ63.940766.429710.2112
Yxy66.42970.45480.4725
Hunter Lab81.5044-2.598449.6250
CIE-Lab85.21511.837783.6427

#ffd016 color RGB value is (255,208,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00010110
Octal 377 320 26
Decimal 255 208 22
Hex FF D0 16

RGB Percentages of Color #ffd016

%52.58
%42.89
%4.54

CMYK Percentages of Color #ffd016

%0
%18
%91
%0

Triadic Colors of #ffd016

#ffd016 #16ffd0 #d016ff

Analogous Colors of #ffd016

#ffd016 #baff16 #ff5b16

Monochromatic Colors of #ffd016

#ffd016

Complementary Color

#ffd016 #1645ff

#ffd016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd016 Color CSS Codes

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

#ffd016 Text Font Color

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

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


#ffd016 Background Color

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

This div background color is #ffd016


#ffd016 Border Color

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

This div border color is #ffd016


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,208,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 #ffd016">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd016

Related Colors


Comments

No comments written yet.

Please login to write comment.