Color Hex Logo

#ffdf0e Color Hex

#FFDF0E
(255,223,14)
0 Favorites   0 Comments

Color spaces of #ffdf0e

RGB 25522314
HSL0.141.000.53
HSV52°95°100°
CMYK 0.000.130.95   0.00
XYZ67.706974.067111.1433
Yxy74.06710.44280.4844
Hunter Lab86.0622-10.179452.5667
CIE-Lab88.9542-5.840787.4046

#ffdf0e color RGB value is (255,223,14).

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

The process color (four color CMYK) of #ffdf0e color hex is 0.00, 0.13, 0.95, 0.00. Web safe color of #ffdf0e is #ffcc00. Color #ffdf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 00001110
Octal 377 337 16
Decimal 255 223 14
Hex FF DF E

RGB Percentages of Color #ffdf0e

%51.83
%45.33
%2.85

CMYK Percentages of Color #ffdf0e

%0
%13
%95
%0

Triadic Colors of #ffdf0e

#ffdf0e #0effdf #df0eff

Analogous Colors of #ffdf0e

#ffdf0e #a7ff0e #ff670e

Monochromatic Colors of #ffdf0e

#ffdf0e

Complementary Color

#ffdf0e #0e2eff

#ffdf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf0e Color CSS Codes

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

#ffdf0e Text Font Color

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

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


#ffdf0e Background Color

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

This div background color is #ffdf0e


#ffdf0e Border Color

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

This div border color is #ffdf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf0e


Comments

No comments written yet.

Please login to write comment.