Color Hex Logo

#ffff0e Color Hex

#FFFF0E
(255,255,14)
0 Favorites   0 Comments

Color spaces of #ffff0e

RGB 25525514
HSL0.171.000.53
HSV60°95°100°
CMYK 0.000.000.95   0.00
XYZ77.079392.811714.2674
Yxy92.81170.41850.5040
Hunter Lab96.3388-25.777758.6566
CIE-Lab97.1511-21.451593.5042

#ffff0e color RGB value is (255,255,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 00001110
Octal 377 377 16
Decimal 255 255 14
Hex FF FF E

RGB Percentages of Color #ffff0e

%48.66
%48.66
%2.67

CMYK Percentages of Color #ffff0e

%0
%0
%95
%0

Triadic Colors of #ffff0e

#ffff0e #0effff #ff0eff

Analogous Colors of #ffff0e

#ffff0e #87ff0e #ff870e

Monochromatic Colors of #ffff0e

#ffff0e

Complementary Color

#ffff0e #0e0eff

#ffff0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffff0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffff0e Color CSS Codes

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

#ffff0e Text Font Color

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

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


#ffff0e Background Color

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

This div background color is #ffff0e


#ffff0e Border Color

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

This div border color is #ffff0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffff0e

Related Colors

#ffff0e Color Palettes


Comments

No comments written yet.

Please login to write comment.