Color Hex Logo

#ffdb1e Color Hex

#FFDB1E
(255,219,30)
0 Favorites   0 Comments

Color spaces of #ffdb1e

RGB 25521930
HSL0.141.000.56
HSV50°88°100°
CMYK 0.000.140.88   0.00
XYZ66.805972.016811.6079
Yxy72.01680.44410.4787
Hunter Lab84.8627-7.990451.2939
CIE-Lab87.9767-3.616984.4368

#ffdb1e color RGB value is (255,219,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00011110
Octal 377 333 36
Decimal 255 219 30
Hex FF DB 1E

RGB Percentages of Color #ffdb1e

%50.60
%43.45
%5.95

CMYK Percentages of Color #ffdb1e

%0
%14
%88
%0

Triadic Colors of #ffdb1e

#ffdb1e #1effdb #db1eff

Analogous Colors of #ffdb1e

#ffdb1e #b3ff1e #ff6b1e

Monochromatic Colors of #ffdb1e

#ffdb1e

Complementary Color

#ffdb1e #1e42ff

#ffdb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb1e Color CSS Codes

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

#ffdb1e Text Font Color

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

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


#ffdb1e Background Color

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

This div background color is #ffdb1e


#ffdb1e Border Color

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

This div border color is #ffdb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb1e

Related Colors


Comments

No comments written yet.

Please login to write comment.