Color Hex Logo

#ffdc76 Color Hex

#FFDC76
(255,220,118)
0 Favorites   0 Comments

Color spaces of #ffdc76

RGB 255220118
HSL0.121.000.73
HSV45°54°100°
CMYK 0.000.140.54   0.00
XYZ70.103273.754427.6807
Yxy73.75440.40870.4300
Hunter Lab85.8804-4.583141.0061
CIE-Lab88.80630.004054.0027

#ffdc76 color RGB value is (255,220,118).

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

The process color (four color CMYK) of #ffdc76 color hex is 0.00, 0.14, 0.54, 0.00. Web safe color of #ffdc76 is #ffcc66. Color #ffdc76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01110110
Octal 377 334 166
Decimal 255 220 118
Hex FF DC 76

RGB Percentages of Color #ffdc76

%43.00
%37.10
%19.90

CMYK Percentages of Color #ffdc76

%0
%14
%54
%0

Triadic Colors of #ffdc76

#ffdc76 #76ffdc #dc76ff

Analogous Colors of #ffdc76

#ffdc76 #deff76 #ff9876

Monochromatic Colors of #ffdc76

#ffdc76

Complementary Color

#ffdc76 #7699ff

#ffdc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc76 Color CSS Codes

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

#ffdc76 Text Font Color

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

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


#ffdc76 Background Color

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

This div background color is #ffdc76


#ffdc76 Border Color

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

This div border color is #ffdc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc76

Related Colors

#ffdc76 Color Palettes


Comments

No comments written yet.

Please login to write comment.