Color Hex Logo

#ffd100 Color Hex

#FFD100
(255,209,0)
4 Favorites   0 Comments

Color spaces of #ffd100

RGB 2552090
HSL0.141.000.50
HSV49°100°100°
CMYK 0.000.181.00   0.00
XYZ64.040566.86099.5302
Yxy66.86090.45600.4761
Hunter Lab81.7685-3.295050.3277
CIE-Lab85.43371.123686.0861

#ffd100 color RGB value is (255,209,0).

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

The process color (four color CMYK) of #ffd100 color hex is 0.00, 0.18, 1.00, 0.00. Web safe color of #ffd100 is #ffcc00. Color #ffd100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00000000
Octal 377 321 0
Decimal 255 209 0
Hex FF D1 0

RGB Percentages of Color #ffd100

%54.96
%45.04
%0.00

CMYK Percentages of Color #ffd100

%0
%18
%100
%0

Triadic Colors of #ffd100

#ffd100 #00ffd1 #d100ff

Analogous Colors of #ffd100

#ffd100 #aeff00 #ff5100

Monochromatic Colors of #ffd100

#ffd100

Complementary Color

#ffd100 #002eff

#ffd100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd100 Color CSS Codes

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

#ffd100 Text Font Color

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

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


#ffd100 Background Color

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

This div background color is #ffd100


#ffd100 Border Color

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

This div border color is #ffd100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd100

Related Colors


Comments

No comments written yet.

Please login to write comment.