Color Hex Logo

#ffd31d Color Hex

#FFD31D
(255,211,29)
0 Favorites   0 Comments

Color spaces of #ffd31d

RGB 25521129
HSL0.131.000.56
HSV48°89°100°
CMYK 0.000.170.89   0.00
XYZ64.756067.937210.8626
Yxy67.93720.45110.4732
Hunter Lab82.4240-4.004549.8830
CIE-Lab85.97500.416583.0603

#ffd31d color RGB value is (255,211,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00011101
Octal 377 323 35
Decimal 255 211 29
Hex FF D3 1D

RGB Percentages of Color #ffd31d

%51.52
%42.63
%5.86

CMYK Percentages of Color #ffd31d

%0
%17
%89
%0

Triadic Colors of #ffd31d

#ffd31d #1dffd3 #d31dff

Analogous Colors of #ffd31d

#ffd31d #baff1d #ff621d

Monochromatic Colors of #ffd31d

#ffd31d

Complementary Color

#ffd31d #1d49ff

#ffd31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd31d Color CSS Codes

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

#ffd31d Text Font Color

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

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


#ffd31d Background Color

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

This div background color is #ffd31d


#ffd31d Border Color

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

This div border color is #ffd31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd31d

#ffd31d Color Palettes


Comments

No comments written yet.

Please login to write comment.