Color Hex Logo

#ffdc1f Color Hex

#FFDC1F
(255,220,31)
0 Favorites   0 Comments

Color spaces of #ffdc1f

RGB 25522031
HSL0.141.000.56
HSV51°88°100°
CMYK 0.000.140.88   0.00
XYZ67.080572.545311.7634
Yxy72.54530.44310.4792
Hunter Lab85.1735-8.471651.4329
CIE-Lab88.2304-4.102384.4526

#ffdc1f color RGB value is (255,220,31).

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

The process color (four color CMYK) of #ffdc1f color hex is 0.00, 0.14, 0.88, 0.00. Web safe color of #ffdc1f is #ffcc33. Color #ffdc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 00011111
Octal 377 334 37
Decimal 255 220 31
Hex FF DC 1F

RGB Percentages of Color #ffdc1f

%50.40
%43.48
%6.13

CMYK Percentages of Color #ffdc1f

%0
%14
%88
%0

Triadic Colors of #ffdc1f

#ffdc1f #1fffdc #dc1fff

Analogous Colors of #ffdc1f

#ffdc1f #b2ff1f #ff6c1f

Monochromatic Colors of #ffdc1f

#ffdc1f

Complementary Color

#ffdc1f #1f42ff

#ffdc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc1f Color CSS Codes

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

#ffdc1f Text Font Color

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

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


#ffdc1f Background Color

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

This div background color is #ffdc1f


#ffdc1f Border Color

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

This div border color is #ffdc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc1f

#ffdc1f Color Palettes


Comments

No comments written yet.

Please login to write comment.