Color Hex Logo

#ffd716 Color Hex

#FFD716
(255,215,22)
1 Favorites   0 Comments

Color spaces of #ffd716

RGB 25521522
HSL0.141.000.54
HSV50°91°100°
CMYK 0.000.160.91   0.00
XYZ65.685369.918810.7928
Yxy69.91880.44870.4776
Hunter Lab83.6175-6.110750.8795
CIE-Lab86.9570-1.721684.9525

#ffd716 color RGB value is (255,215,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00010110
Octal 377 327 26
Decimal 255 215 22
Hex FF D7 16

RGB Percentages of Color #ffd716

%51.83
%43.70
%4.47

CMYK Percentages of Color #ffd716

%0
%16
%91
%0

Triadic Colors of #ffd716

#ffd716 #16ffd7 #d716ff

Analogous Colors of #ffd716

#ffd716 #b3ff16 #ff6316

Monochromatic Colors of #ffd716

#ffd716

Complementary Color

#ffd716 #163eff

#ffd716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd716 Color CSS Codes

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

#ffd716 Text Font Color

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

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


#ffd716 Background Color

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

This div background color is #ffd716


#ffd716 Border Color

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

This div border color is #ffd716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd716

Related Colors


Comments

No comments written yet.

Please login to write comment.