Color Hex Logo

#ffda0f Color Hex

#FFDA0F
(255,218,15)
0 Favorites   0 Comments

Color spaces of #ffda0f

RGB 25521815
HSL0.141.000.53
HSV51°94°100°
CMYK 0.000.150.94   0.00
XYZ66.397671.437310.7412
Yxy71.43730.44690.4808
Hunter Lab84.5206-7.685251.6296
CIE-Lab87.6970-3.319186.3762

#ffda0f color RGB value is (255,218,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 00001111
Octal 377 332 17
Decimal 255 218 15
Hex FF DA F

RGB Percentages of Color #ffda0f

%52.25
%44.67
%3.07

CMYK Percentages of Color #ffda0f

%0
%15
%94
%0

Triadic Colors of #ffda0f

#ffda0f #0fffda #da0fff

Analogous Colors of #ffda0f

#ffda0f #acff0f #ff620f

Monochromatic Colors of #ffda0f

#ffda0f

Complementary Color

#ffda0f #0f34ff

#ffda0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda0f Color CSS Codes

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

#ffda0f Text Font Color

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

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


#ffda0f Background Color

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

This div background color is #ffda0f


#ffda0f Border Color

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

This div border color is #ffda0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda0f

Related Colors

#ffda0f Color Palettes


Comments

No comments written yet.

Please login to write comment.