Color Hex Logo

#ffdb1a Color Hex

#FFDB1A
(255,219,26)
5 Favorites   0 Comments

Color spaces of #ffdb1a

RGB 25521926
HSL0.141.000.55
HSV51°90°100°
CMYK 0.000.140.90   0.00
XYZ66.758071.997611.3557
Yxy71.99760.44470.4796
Hunter Lab84.8514-8.052651.4612
CIE-Lab87.9674-3.683485.1127

#ffdb1a color RGB value is (255,219,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00011010
Octal 377 333 32
Decimal 255 219 26
Hex FF DB 1A

RGB Percentages of Color #ffdb1a

%51.00
%43.80
%5.20

CMYK Percentages of Color #ffdb1a

%0
%14
%90
%0

Triadic Colors of #ffdb1a

#ffdb1a #1affdb #db1aff

Analogous Colors of #ffdb1a

#ffdb1a #b1ff1a #ff691a

Monochromatic Colors of #ffdb1a

#ffdb1a

Complementary Color

#ffdb1a #1a3eff

#ffdb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb1a Color CSS Codes

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

#ffdb1a Text Font Color

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

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


#ffdb1a Background Color

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

This div background color is #ffdb1a


#ffdb1a Border Color

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

This div border color is #ffdb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb1a

Related Colors

#ffdb1a Color Palettes


Comments

No comments written yet.

Please login to write comment.