Color Hex Logo

#ffda6f Color Hex

#FFDA6F
(255,218,111)
0 Favorites   0 Comments

Color spaces of #ffda6f

RGB 255218111
HSL0.121.000.72
HSV45°56°100°
CMYK 0.000.150.56   0.00
XYZ69.180672.550525.3964
Yxy72.55050.41390.4341
Hunter Lab85.1766-4.080941.9456
CIE-Lab88.23290.484956.5998

#ffda6f color RGB value is (255,218,111).

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

The process color (four color CMYK) of #ffda6f color hex is 0.00, 0.15, 0.56, 0.00. Web safe color of #ffda6f is #ffcc66. Color #ffda6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 01101111
Octal 377 332 157
Decimal 255 218 111
Hex FF DA 6F

RGB Percentages of Color #ffda6f

%43.66
%37.33
%19.01

CMYK Percentages of Color #ffda6f

%0
%15
%56
%0

Triadic Colors of #ffda6f

#ffda6f #6fffda #da6fff

Analogous Colors of #ffda6f

#ffda6f #dcff6f #ff926f

Monochromatic Colors of #ffda6f

#ffda6f

Complementary Color

#ffda6f #6f94ff

#ffda6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda6f Color CSS Codes

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

#ffda6f Text Font Color

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

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


#ffda6f Background Color

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

This div background color is #ffda6f


#ffda6f Border Color

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

This div border color is #ffda6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda6f

#ffda6f Color Palettes


Comments

No comments written yet.

Please login to write comment.