Color Hex Logo

#fdcd99 Color Hex

#FDCD99
(253,205,153)
0 Favorites   0 Comments

Color spaces of #fdcd99

RGB 253205153
HSL0.090.960.80
HSV31°40°99°
CMYK 0.000.190.40   0.01
XYZ68.089166.845239.4507
Yxy66.84520.39050.3833
Hunter Lab81.75895.577328.6223
CIE-Lab85.425710.206932.2910

#fdcd99 color RGB value is (253,205,153).

#fdcd99 hex color red value is 253, green value is 205 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdcd99 hue: 0.09 , saturation: 0.96 and the lightness value of fdcd99 is 0.80.

The process color (four color CMYK) of #fdcd99 color hex is 0.00, 0.19, 0.40, 0.01. Web safe color of #fdcd99 is #ffcc99. Color #fdcd99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10011001
Octal 375 315 231
Decimal 253 205 153
Hex FD CD 99

RGB Percentages of Color #fdcd99

%41.41
%33.55
%25.04

CMYK Percentages of Color #fdcd99

%0
%19
%40
%1

Triadic Colors of #fdcd99

#fdcd99 #99fdcd #cd99fd

Analogous Colors of #fdcd99

#fdcd99 #fbfd99 #fd9b99

Monochromatic Colors of #fdcd99

#fdcd99

Complementary Color

#fdcd99 #99c9fd

#fdcd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd99 Color CSS Codes

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

#fdcd99 Text Font Color

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

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


#fdcd99 Background Color

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

This div background color is #fdcd99


#fdcd99 Border Color

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

This div border color is #fdcd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd99


Comments

No comments written yet.

Please login to write comment.