Color Hex Logo

#ffd476 Color Hex

#FFD476
(255,212,118)
0 Favorites   0 Comments

Color spaces of #ffd476

RGB 255212118
HSL0.111.000.73
HSV41°54°100°
CMYK 0.000.170.54   0.00
XYZ68.053569.655026.9975
Yxy69.65500.41320.4229
Hunter Lab83.4596-0.504139.2426
CIE-Lab86.82744.087351.6419

#ffd476 color RGB value is (255,212,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01110110
Octal 377 324 166
Decimal 255 212 118
Hex FF D4 76

RGB Percentages of Color #ffd476

%43.59
%36.24
%20.17

CMYK Percentages of Color #ffd476

%0
%17
%54
%0

Triadic Colors of #ffd476

#ffd476 #76ffd4 #d476ff

Analogous Colors of #ffd476

#ffd476 #e6ff76 #ff9076

Monochromatic Colors of #ffd476

#ffd476

Complementary Color

#ffd476 #76a1ff

#ffd476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd476 Color CSS Codes

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

#ffd476 Text Font Color

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

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


#ffd476 Background Color

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

This div background color is #ffd476


#ffd476 Border Color

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

This div border color is #ffd476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,212,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 #ffd476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd476


Comments

No comments written yet.

Please login to write comment.