Color Hex Logo

#ffd71d Color Hex

#FFD71D
(255,215,29)
0 Favorites   0 Comments

Color spaces of #ffd71d

RGB 25521529
HSL0.141.000.56
HSV49°89°100°
CMYK 0.000.160.89   0.00
XYZ65.762269.949611.1980
Yxy69.94960.44760.4761
Hunter Lab83.6359-6.009750.6068
CIE-Lab86.9721-1.614383.8345

#ffd71d color RGB value is (255,215,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00011101
Octal 377 327 35
Decimal 255 215 29
Hex FF D7 1D

RGB Percentages of Color #ffd71d

%51.10
%43.09
%5.81

CMYK Percentages of Color #ffd71d

%0
%16
%89
%0

Triadic Colors of #ffd71d

#ffd71d #1dffd7 #d71dff

Analogous Colors of #ffd71d

#ffd71d #b6ff1d #ff661d

Monochromatic Colors of #ffd71d

#ffd71d

Complementary Color

#ffd71d #1d45ff

#ffd71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd71d Color CSS Codes

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

#ffd71d Text Font Color

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

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


#ffd71d Background Color

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

This div background color is #ffd71d


#ffd71d Border Color

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

This div border color is #ffd71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd71d

Related Colors


Comments

No comments written yet.

Please login to write comment.