Color Hex Logo

#ffd80d Color Hex

#FFD80D
(255,216,13)
0 Favorites   0 Comments

Color spaces of #ffd80d

RGB 25521613
HSL0.141.000.53
HSV50°95°100°
CMYK 0.000.150.95   0.00
XYZ65.868570.400810.4978
Yxy70.40080.44880.4797
Hunter Lab83.9052-6.705351.3156
CIE-Lab87.1931-2.328486.2106

#ffd80d color RGB value is (255,216,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00001101
Octal 377 330 15
Decimal 255 216 13
Hex FF D8 D

RGB Percentages of Color #ffd80d

%52.69
%44.63
%2.69

CMYK Percentages of Color #ffd80d

%0
%15
%95
%0

Triadic Colors of #ffd80d

#ffd80d #0dffd8 #d80dff

Analogous Colors of #ffd80d

#ffd80d #adff0d #ff5f0d

Monochromatic Colors of #ffd80d

#ffd80d

Complementary Color

#ffd80d #0d34ff

#ffd80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd80d Color CSS Codes

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

#ffd80d Text Font Color

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

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


#ffd80d Background Color

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

This div background color is #ffd80d


#ffd80d Border Color

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

This div border color is #ffd80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd80d

Related Colors


Comments

No comments written yet.

Please login to write comment.