Color Hex Logo

#ffd66d Color Hex

#FFD66D
(255,214,109)
0 Favorites   0 Comments

Color spaces of #ffd66d

RGB 255214109
HSL0.121.000.71
HSV43°57°100°
CMYK 0.000.160.57   0.00
XYZ68.046970.457324.4812
Yxy70.45730.41750.4323
Hunter Lab83.9388-2.188041.4650
CIE-Lab87.22072.377656.3516

#ffd66d color RGB value is (255,214,109).

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

The process color (four color CMYK) of #ffd66d color hex is 0.00, 0.16, 0.57, 0.00. Web safe color of #ffd66d is #ffcc66. Color #ffd66d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01101101
Octal 377 326 155
Decimal 255 214 109
Hex FF D6 6D

RGB Percentages of Color #ffd66d

%44.12
%37.02
%18.86

CMYK Percentages of Color #ffd66d

%0
%16
%57
%0

Triadic Colors of #ffd66d

#ffd66d #6dffd6 #d66dff

Analogous Colors of #ffd66d

#ffd66d #dfff6d #ff8d6d

Monochromatic Colors of #ffd66d

#ffd66d

Complementary Color

#ffd66d #6d96ff

#ffd66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd66d Color CSS Codes

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

#ffd66d Text Font Color

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

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


#ffd66d Background Color

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

This div background color is #ffd66d


#ffd66d Border Color

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

This div border color is #ffd66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd66d

Related Colors

#ffd66d Color Palettes


Comments

No comments written yet.

Please login to write comment.