Color Hex Logo

#ffda0d Color Hex

#FFDA0D
(255,218,13)
0 Favorites   0 Comments

Color spaces of #ffda0d

RGB 25521813
HSL0.141.000.53
HSV51°95°100°
CMYK 0.000.150.95   0.00
XYZ66.384071.431910.6697
Yxy71.43190.44710.4811
Hunter Lab84.5174-7.703051.6772
CIE-Lab87.6944-3.338186.5772

#ffda0d color RGB value is (255,218,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 00001101
Octal 377 332 15
Decimal 255 218 13
Hex FF DA D

RGB Percentages of Color #ffda0d

%52.47
%44.86
%2.67

CMYK Percentages of Color #ffda0d

%0
%15
%95
%0

Triadic Colors of #ffda0d

#ffda0d #0dffda #da0dff

Analogous Colors of #ffda0d

#ffda0d #abff0d #ff610d

Monochromatic Colors of #ffda0d

#ffda0d

Complementary Color

#ffda0d #0d32ff

#ffda0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda0d Color CSS Codes

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

#ffda0d Text Font Color

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

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


#ffda0d Background Color

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

This div background color is #ffda0d


#ffda0d Border Color

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

This div border color is #ffda0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda0d


Comments

No comments written yet.

Please login to write comment.