Color Hex Logo

#fdd37d Color Hex

#FDD37D
(253,211,125)
0 Favorites   0 Comments

Color spaces of #fdd37d

RGB 253211125
HSL0.110.970.74
HSV40°51°99°
CMYK 0.000.170.51   0.01
XYZ67.503968.951829.1532
Yxy68.95180.40760.4164
Hunter Lab83.0372-0.206237.3102
CIE-Lab86.48024.376447.7843

#fdd37d color RGB value is (253,211,125).

#fdd37d hex color red value is 253, green value is 211 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fdd37d hue: 0.11 , saturation: 0.97 and the lightness value of fdd37d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 01111101
Octal 375 323 175
Decimal 253 211 125
Hex FD D3 7D

RGB Percentages of Color #fdd37d

%42.95
%35.82
%21.22

CMYK Percentages of Color #fdd37d

%0
%17
%51
%1

Triadic Colors of #fdd37d

#fdd37d #7dfdd3 #d37dfd

Analogous Colors of #fdd37d

#fdd37d #e7fd7d #fd937d

Monochromatic Colors of #fdd37d

#fdd37d

Complementary Color

#fdd37d #7da7fd

#fdd37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd37d Color CSS Codes

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

#fdd37d Text Font Color

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

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


#fdd37d Background Color

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

This div background color is #fdd37d


#fdd37d Border Color

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

This div border color is #fdd37d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,211,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd37d

Related Colors


Comments

No comments written yet.

Please login to write comment.