Color Hex Logo

#fdc17d Color Hex

#FDC17D
(253,193,125)
0 Favorites   0 Comments

Color spaces of #fdc17d

RGB 253193125
HSL0.090.970.74
HSV32°51°99°
CMYK 0.000.240.51   0.01
XYZ63.279660.503227.7451
Yxy60.50320.41760.3993
Hunter Lab77.78389.093833.3002
CIE-Lab82.110913.702742.3608

#fdc17d color RGB value is (253,193,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01111101
Octal 375 301 175
Decimal 253 193 125
Hex FD C1 7D

RGB Percentages of Color #fdc17d

%44.31
%33.80
%21.89

CMYK Percentages of Color #fdc17d

%0
%24
%51
%1

Triadic Colors of #fdc17d

#fdc17d #7dfdc1 #c17dfd

Analogous Colors of #fdc17d

#fdc17d #f9fd7d #fd817d

Monochromatic Colors of #fdc17d

#fdc17d

Complementary Color

#fdc17d #7db9fd

#fdc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc17d Color CSS Codes

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

#fdc17d Text Font Color

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

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


#fdc17d Background Color

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

This div background color is #fdc17d


#fdc17d Border Color

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

This div border color is #fdc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc17d

Related Colors


Comments

No comments written yet.

Please login to write comment.