Color Hex Logo

#ffda1d Color Hex

#FFDA1D
(255,218,29)
0 Favorites   0 Comments

Color spaces of #ffda1d

RGB 25521829
HSL0.141.000.56
HSV50°89°100°
CMYK 0.000.150.89   0.00
XYZ66.533271.491511.4550
Yxy71.49150.44510.4783
Hunter Lab84.5526-7.508251.1544
CIE-Lab87.7233-3.130384.4180

#ffda1d color RGB value is (255,218,29).

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

The process color (four color CMYK) of #ffda1d color hex is 0.00, 0.15, 0.89, 0.00. Web safe color of #ffda1d is #ffcc33. Color #ffda1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 00011101
Octal 377 332 35
Decimal 255 218 29
Hex FF DA 1D

RGB Percentages of Color #ffda1d

%50.80
%43.43
%5.78

CMYK Percentages of Color #ffda1d

%0
%15
%89
%0

Triadic Colors of #ffda1d

#ffda1d #1dffda #da1dff

Analogous Colors of #ffda1d

#ffda1d #b3ff1d #ff691d

Monochromatic Colors of #ffda1d

#ffda1d

Complementary Color

#ffda1d #1d42ff

#ffda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda1d Color CSS Codes

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

#ffda1d Text Font Color

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

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


#ffda1d Background Color

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

This div background color is #ffda1d


#ffda1d Border Color

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

This div border color is #ffda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda1d


Comments

No comments written yet.

Please login to write comment.