Color Hex Logo

#ffdd6c Color Hex

#FFDD6C
(255,221,108)
0 Favorites   0 Comments

Color spaces of #ffdd6c

RGB 255221108
HSL0.131.000.71
HSV46°58°100°
CMYK 0.000.130.58   0.00
XYZ69.803274.055624.8025
Yxy74.05560.41390.4391
Hunter Lab86.0556-5.808643.1506
CIE-Lab88.9488-1.255558.8013

#ffdd6c color RGB value is (255,221,108).

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

The process color (four color CMYK) of #ffdd6c color hex is 0.00, 0.13, 0.58, 0.00. Web safe color of #ffdd6c is #ffcc66. Color #ffdd6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01101100
Octal 377 335 154
Decimal 255 221 108
Hex FF DD 6C

RGB Percentages of Color #ffdd6c

%43.66
%37.84
%18.49

CMYK Percentages of Color #ffdd6c

%0
%13
%58
%0

Triadic Colors of #ffdd6c

#ffdd6c #6cffdd #dd6cff

Analogous Colors of #ffdd6c

#ffdd6c #d8ff6c #ff946c

Monochromatic Colors of #ffdd6c

#ffdd6c

Complementary Color

#ffdd6c #6c8eff

#ffdd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd6c Color CSS Codes

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

#ffdd6c Text Font Color

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

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


#ffdd6c Background Color

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

This div background color is #ffdd6c


#ffdd6c Border Color

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

This div border color is #ffdd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd6c


Comments

No comments written yet.

Please login to write comment.