Color Hex Logo

#ffd01f Color Hex

#FFD01F
(255,208,31)
0 Favorites   0 Comments

Color spaces of #ffd01f

RGB 25520831
HSL0.131.000.56
HSV47°88°100°
CMYK 0.000.180.88   0.00
XYZ64.043266.470710.7510
Yxy66.47070.45340.4705
Hunter Lab81.5296-2.461249.2523
CIE-Lab85.23591.982082.1048

#ffd01f color RGB value is (255,208,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00011111
Octal 377 320 37
Decimal 255 208 31
Hex FF D0 1F

RGB Percentages of Color #ffd01f

%51.62
%42.11
%6.28

CMYK Percentages of Color #ffd01f

%0
%18
%88
%0

Triadic Colors of #ffd01f

#ffd01f #1fffd0 #d01fff

Analogous Colors of #ffd01f

#ffd01f #beff1f #ff601f

Monochromatic Colors of #ffd01f

#ffd01f

Complementary Color

#ffd01f #1f4eff

#ffd01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd01f Color CSS Codes

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

#ffd01f Text Font Color

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

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


#ffd01f Background Color

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

This div background color is #ffd01f


#ffd01f Border Color

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

This div border color is #ffd01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd01f


Comments

No comments written yet.

Please login to write comment.