Color Hex Logo

#ffd90e Color Hex

#FFD90E
(255,217,14)
0 Favorites   0 Comments

Color spaces of #ffd90e

RGB 25521714
HSL0.141.000.53
HSV51°95°100°
CMYK 0.000.150.95   0.00
XYZ66.132170.917410.6184
Yxy70.91740.44780.4802
Hunter Lab84.2125-7.195751.4728
CIE-Lab87.4449-2.824386.2949

#ffd90e color RGB value is (255,217,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00001110
Octal 377 331 16
Decimal 255 217 14
Hex FF D9 E

RGB Percentages of Color #ffd90e

%52.47
%44.65
%2.88

CMYK Percentages of Color #ffd90e

%0
%15
%95
%0

Triadic Colors of #ffd90e

#ffd90e #0effd9 #d90eff

Analogous Colors of #ffd90e

#ffd90e #adff0e #ff600e

Monochromatic Colors of #ffd90e

#ffd90e

Complementary Color

#ffd90e #0e34ff

#ffd90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd90e Color CSS Codes

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

#ffd90e Text Font Color

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

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


#ffd90e Background Color

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

This div background color is #ffd90e


#ffd90e Border Color

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

This div border color is #ffd90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd90e

Related Colors

#ffd90e Color Palettes


Comments

No comments written yet.

Please login to write comment.