Color Hex Logo

#fffd0e Color Hex

#FFFD0E
(255,253,14)
0 Favorites   0 Comments

Color spaces of #fffd0e

RGB 25525314
HSL0.171.000.53
HSV60°95°100°
CMYK 0.000.010.95   0.00
XYZ76.444591.542314.0558
Yxy91.54230.41990.5029
Hunter Lab95.6777-24.818358.2643
CIE-Lab96.6329-20.501393.1154

#fffd0e color RGB value is (255,253,14).

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

The process color (four color CMYK) of #fffd0e color hex is 0.00, 0.01, 0.95, 0.00. Web safe color of #fffd0e is #ffff00. Color #fffd0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 00001110
Octal 377 375 16
Decimal 255 253 14
Hex FF FD E

RGB Percentages of Color #fffd0e

%48.85
%48.47
%2.68

CMYK Percentages of Color #fffd0e

%0
%1
%95
%0

Triadic Colors of #fffd0e

#fffd0e #0efffd #fd0eff

Analogous Colors of #fffd0e

#fffd0e #89ff0e #ff850e

Monochromatic Colors of #fffd0e

#fffd0e

Complementary Color

#fffd0e #0e10ff

#fffd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd0e Color CSS Codes

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

#fffd0e Text Font Color

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

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


#fffd0e Background Color

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

This div background color is #fffd0e


#fffd0e Border Color

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

This div border color is #fffd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd0e

Related Colors


Comments

No comments written yet.

Please login to write comment.