Color Hex Logo

#fdd37c Color Hex

#FDD37C
(253,211,124)
0 Favorites   0 Comments

Color spaces of #fdd37c

RGB 253211124
HSL0.110.970.74
HSV40°51°99°
CMYK 0.000.170.51   0.01
XYZ67.440468.926428.8184
Yxy68.92640.40830.4173
Hunter Lab83.0219-0.289237.5347
CIE-Lab86.46764.290748.2579

#fdd37c color RGB value is (253,211,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 01111100
Octal 375 323 174
Decimal 253 211 124
Hex FD D3 7C

RGB Percentages of Color #fdd37c

%43.03
%35.88
%21.09

CMYK Percentages of Color #fdd37c

%0
%17
%51
%1

Triadic Colors of #fdd37c

#fdd37c #7cfdd3 #d37cfd

Analogous Colors of #fdd37c

#fdd37c #e7fd7c #fd937c

Monochromatic Colors of #fdd37c

#fdd37c

Complementary Color

#fdd37c #7ca6fd

#fdd37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd37c Color CSS Codes

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

#fdd37c Text Font Color

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

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


#fdd37c Background Color

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

This div background color is #fdd37c


#fdd37c Border Color

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

This div border color is #fdd37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd37c


Comments

No comments written yet.

Please login to write comment.