Color Hex Logo

#fdca99 Color Hex

#FDCA99
(253,202,153)
0 Favorites   0 Comments

Color spaces of #fdca99

RGB 253202153
HSL0.080.960.80
HSV29°40°99°
CMYK 0.000.200.40   0.01
XYZ67.378365.423639.2138
Yxy65.42360.39170.3803
Hunter Lab80.88497.144727.8750
CIE-Lab84.701511.766131.3284

#fdca99 color RGB value is (253,202,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10011001
Octal 375 312 231
Decimal 253 202 153
Hex FD CA 99

RGB Percentages of Color #fdca99

%41.61
%33.22
%25.16

CMYK Percentages of Color #fdca99

%0
%20
%40
%1

Triadic Colors of #fdca99

#fdca99 #99fdca #ca99fd

Analogous Colors of #fdca99

#fdca99 #fdfc99 #fd999a

Monochromatic Colors of #fdca99

#fdca99

Complementary Color

#fdca99 #99ccfd

#fdca99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca99 Color CSS Codes

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

#fdca99 Text Font Color

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

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


#fdca99 Background Color

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

This div background color is #fdca99


#fdca99 Border Color

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

This div border color is #fdca99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca99


Comments

No comments written yet.

Please login to write comment.