Color Hex Logo

#ffd71c Color Hex

#FFD71C
(255,215,28)
0 Favorites   0 Comments

Color spaces of #ffd71c

RGB 25521528
HSL0.141.000.55
HSV49°89°100°
CMYK 0.000.160.89   0.00
XYZ65.750069.944711.1339
Yxy69.94470.44780.4764
Hunter Lab83.6329-6.025750.6499
CIE-Lab86.9697-1.631384.0095

#ffd71c color RGB value is (255,215,28).

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

The process color (four color CMYK) of #ffd71c color hex is 0.00, 0.16, 0.89, 0.00. Web safe color of #ffd71c is #ffcc33. Color #ffd71c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00011100
Octal 377 327 34
Decimal 255 215 28
Hex FF D7 1C

RGB Percentages of Color #ffd71c

%51.20
%43.17
%5.62

CMYK Percentages of Color #ffd71c

%0
%16
%89
%0

Triadic Colors of #ffd71c

#ffd71c #1cffd7 #d71cff

Analogous Colors of #ffd71c

#ffd71c #b6ff1c #ff661c

Monochromatic Colors of #ffd71c

#ffd71c

Complementary Color

#ffd71c #1c44ff

#ffd71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd71c Color CSS Codes

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

#ffd71c Text Font Color

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

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


#ffd71c Background Color

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

This div background color is #ffd71c


#ffd71c Border Color

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

This div border color is #ffd71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd71c

Related Colors

#ffd71c Color Palettes


Comments

No comments written yet.

Please login to write comment.