Color Hex Logo

#ffd21d Color Hex

#FFD21D
(255,210,29)
1 Favorites   0 Comments

Color spaces of #ffd21d

RGB 25521029
HSL0.131.000.56
HSV48°89°100°
CMYK 0.000.180.89   0.00
XYZ64.508467.441910.7800
Yxy67.44190.45200.4725
Hunter Lab82.1230-3.501949.7033
CIE-Lab85.72660.925882.8677

#ffd21d color RGB value is (255,210,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00011101
Octal 377 322 35
Decimal 255 210 29
Hex FF D2 1D

RGB Percentages of Color #ffd21d

%51.62
%42.51
%5.87

CMYK Percentages of Color #ffd21d

%0
%18
%89
%0

Triadic Colors of #ffd21d

#ffd21d #1dffd2 #d21dff

Analogous Colors of #ffd21d

#ffd21d #bbff1d #ff611d

Monochromatic Colors of #ffd21d

#ffd21d

Complementary Color

#ffd21d #1d4aff

#ffd21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd21d Color CSS Codes

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

#ffd21d Text Font Color

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

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


#ffd21d Background Color

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

This div background color is #ffd21d


#ffd21d Border Color

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

This div border color is #ffd21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd21d

Related Colors

#ffd21d Color Palettes


Comments

No comments written yet.

Please login to write comment.