Color Hex Logo

#ffd80e Color Hex

#FFD80E
(255,216,14)
0 Favorites   0 Comments

Color spaces of #ffd80e

RGB 25521614
HSL0.141.000.53
HSV50°95°100°
CMYK 0.000.150.95   0.00
XYZ65.875170.403410.5327
Yxy70.40340.44870.4796
Hunter Lab83.9067-6.696651.2921
CIE-Lab87.1943-2.319186.1113

#ffd80e color RGB value is (255,216,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00001110
Octal 377 330 16
Decimal 255 216 14
Hex FF D8 E

RGB Percentages of Color #ffd80e

%52.58
%44.54
%2.89

CMYK Percentages of Color #ffd80e

%0
%15
%95
%0

Triadic Colors of #ffd80e

#ffd80e #0effd8 #d80eff

Analogous Colors of #ffd80e

#ffd80e #aeff0e #ff5f0e

Monochromatic Colors of #ffd80e

#ffd80e

Complementary Color

#ffd80e #0e35ff

#ffd80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd80e Color CSS Codes

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

#ffd80e Text Font Color

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

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


#ffd80e Background Color

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

This div background color is #ffd80e


#ffd80e Border Color

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

This div border color is #ffd80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd80e


Comments

No comments written yet.

Please login to write comment.