Color Hex Logo

#ffd40d Color Hex

#FFD40D
(255,212,13)
0 Favorites   0 Comments

Color spaces of #ffd40d

RGB 25521213
HSL0.141.000.53
HSV49°95°100°
CMYK 0.000.170.95   0.00
XYZ64.856168.376010.1604
Yxy68.37600.45230.4768
Hunter Lab82.6898-4.704250.5977
CIE-Lab86.1941-0.301285.4815

#ffd40d color RGB value is (255,212,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 00001101
Octal 377 324 15
Decimal 255 212 13
Hex FF D4 D

RGB Percentages of Color #ffd40d

%53.13
%44.17
%2.71

CMYK Percentages of Color #ffd40d

%0
%17
%95
%0

Triadic Colors of #ffd40d

#ffd40d #0dffd4 #d40dff

Analogous Colors of #ffd40d

#ffd40d #b1ff0d #ff5b0d

Monochromatic Colors of #ffd40d

#ffd40d

Complementary Color

#ffd40d #0d38ff

#ffd40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd40d Color CSS Codes

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

#ffd40d Text Font Color

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

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


#ffd40d Background Color

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

This div background color is #ffd40d


#ffd40d Border Color

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

This div border color is #ffd40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd40d

Related Colors


Comments

No comments written yet.

Please login to write comment.