Color Hex Logo

#fdd476 Color Hex

#FDD476
(253,212,118)
0 Favorites   0 Comments

Color spaces of #fdd476

RGB 253212118
HSL0.120.970.73
HSV42°53°99°
CMYK 0.000.160.53   0.01
XYZ67.321569.277626.9632
Yxy69.27760.41160.4236
Hunter Lab83.2332-1.281839.0564
CIE-Lab86.64133.279651.3743

#fdd476 color RGB value is (253,212,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 01110110
Octal 375 324 166
Decimal 253 212 118
Hex FD D4 76

RGB Percentages of Color #fdd476

%43.40
%36.36
%20.24

CMYK Percentages of Color #fdd476

%0
%16
%53
%1

Triadic Colors of #fdd476

#fdd476 #76fdd4 #d476fd

Analogous Colors of #fdd476

#fdd476 #e3fd76 #fd9176

Monochromatic Colors of #fdd476

#fdd476

Complementary Color

#fdd476 #769ffd

#fdd476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd476 Color CSS Codes

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

#fdd476 Text Font Color

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

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


#fdd476 Background Color

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

This div background color is #fdd476


#fdd476 Border Color

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

This div border color is #fdd476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd476


Comments

No comments written yet.

Please login to write comment.