Color Hex Logo

#ffdf1e Color Hex

#FFDF1E
(255,223,30)
0 Favorites   0 Comments

Color spaces of #ffdf1e

RGB 25522330
HSL0.141.000.56
HSV51°88°100°
CMYK 0.000.130.88   0.00
XYZ67.862074.129111.9599
Yxy74.12910.44080.4815
Hunter Lab86.0983-9.979652.0328
CIE-Lab88.9835-5.626285.2235

#ffdf1e color RGB value is (255,223,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 00011110
Octal 377 337 36
Decimal 255 223 30
Hex FF DF 1E

RGB Percentages of Color #ffdf1e

%50.20
%43.90
%5.91

CMYK Percentages of Color #ffdf1e

%0
%13
%88
%0

Triadic Colors of #ffdf1e

#ffdf1e #1effdf #df1eff

Analogous Colors of #ffdf1e

#ffdf1e #afff1e #ff6f1e

Monochromatic Colors of #ffdf1e

#ffdf1e

Complementary Color

#ffdf1e #1e3eff

#ffdf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf1e Color CSS Codes

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

#ffdf1e Text Font Color

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

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


#ffdf1e Background Color

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

This div background color is #ffdf1e


#ffdf1e Border Color

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

This div border color is #ffdf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf1e

Related Colors

#ffdf1e Color Palettes


Comments

No comments written yet.

Please login to write comment.