Color Hex Logo

#ffd21a Color Hex

#FFD21A
(255,210,26)
0 Favorites   0 Comments

Color spaces of #ffd21a

RGB 25521026
HSL0.131.000.55
HSV48°90°100°
CMYK 0.000.180.90   0.00
XYZ64.473067.427810.5940
Yxy67.42780.45250.4732
Hunter Lab82.1144-3.549149.8308
CIE-Lab85.71950.876083.3907

#ffd21a color RGB value is (255,210,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00011010
Octal 377 322 32
Decimal 255 210 26
Hex FF D2 1A

RGB Percentages of Color #ffd21a

%51.93
%42.77
%5.30

CMYK Percentages of Color #ffd21a

%0
%18
%90
%0

Triadic Colors of #ffd21a

#ffd21a #1affd2 #d21aff

Analogous Colors of #ffd21a

#ffd21a #baff1a #ff5f1a

Monochromatic Colors of #ffd21a

#ffd21a

Complementary Color

#ffd21a #1a47ff

#ffd21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd21a Color CSS Codes

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

#ffd21a Text Font Color

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

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


#ffd21a Background Color

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

This div background color is #ffd21a


#ffd21a Border Color

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

This div border color is #ffd21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd21a

Related Colors


Comments

No comments written yet.

Please login to write comment.