Color Hex Logo

#fdd58c Color Hex

#FDD58C
(253,213,140)
0 Favorites   0 Comments

Color spaces of #fdd58c

RGB 253213140
HSL0.110.970.77
HSV39°45°99°
CMYK 0.000.160.45   0.01
XYZ69.035970.364634.7541
Yxy70.36460.39640.4040
Hunter Lab83.88360.108534.1539
CIE-Lab87.17544.729441.2064

#fdd58c color RGB value is (253,213,140).

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

The process color (four color CMYK) of #fdd58c color hex is 0.00, 0.16, 0.45, 0.01. Web safe color of #fdd58c is #ffcc99. Color #fdd58c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 10001100
Octal 375 325 214
Decimal 253 213 140
Hex FD D5 8C

RGB Percentages of Color #fdd58c

%41.75
%35.15
%23.10

CMYK Percentages of Color #fdd58c

%0
%16
%45
%1

Triadic Colors of #fdd58c

#fdd58c #8cfdd5 #d58cfd

Analogous Colors of #fdd58c

#fdd58c #edfd8c #fd9d8c

Monochromatic Colors of #fdd58c

#fdd58c

Complementary Color

#fdd58c #8cb4fd

#fdd58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd58c Color CSS Codes

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

#fdd58c Text Font Color

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

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


#fdd58c Background Color

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

This div background color is #fdd58c


#fdd58c Border Color

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

This div border color is #fdd58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd58c


Comments

No comments written yet.

Please login to write comment.