Color Hex Logo

#ffd70d Color Hex

#FFD70D
(255,215,13)
0 Favorites   0 Comments

Color spaces of #ffd70d

RGB 25521513
HSL0.141.000.53
HSV50°95°100°
CMYK 0.000.160.95   0.00
XYZ65.613169.889910.4127
Yxy69.88990.44970.4790
Hunter Lab83.6002-6.205751.1353
CIE-Lab86.9428-1.822586.0277

#ffd70d color RGB value is (255,215,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00001101
Octal 377 327 15
Decimal 255 215 13
Hex FF D7 D

RGB Percentages of Color #ffd70d

%52.80
%44.51
%2.69

CMYK Percentages of Color #ffd70d

%0
%16
%95
%0

Triadic Colors of #ffd70d

#ffd70d #0dffd7 #d70dff

Analogous Colors of #ffd70d

#ffd70d #aeff0d #ff5e0d

Monochromatic Colors of #ffd70d

#ffd70d

Complementary Color

#ffd70d #0d35ff

#ffd70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd70d Color CSS Codes

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

#ffd70d Text Font Color

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

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


#ffd70d Background Color

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

This div background color is #ffd70d


#ffd70d Border Color

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

This div border color is #ffd70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd70d

Related Colors


Comments

No comments written yet.

Please login to write comment.