Color Hex Logo

#fdfca0 Color Hex

#FDFCA0
(253,252,160)
0 Favorites   0 Comments

Color spaces of #fdfca0

RGB 253252160
HSL0.160.960.81
HSV59°37°99°
CMYK 0.000.000.37   0.01
XYZ81.663693.041546.9124
Yxy93.04150.36850.4198
Hunter Lab96.4580-17.679338.6849
CIE-Lab97.2444-12.787344.1926

#fdfca0 color RGB value is (253,252,160).

#fdfca0 hex color red value is 253, green value is 252 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fdfca0 hue: 0.16 , saturation: 0.96 and the lightness value of fdfca0 is 0.81.

The process color (four color CMYK) of #fdfca0 color hex is 0.00, 0.00, 0.37, 0.01. Web safe color of #fdfca0 is #ffff99. Color #fdfca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 10100000
Octal 375 374 240
Decimal 253 252 160
Hex FD FC A0

RGB Percentages of Color #fdfca0

%38.05
%37.89
%24.06

CMYK Percentages of Color #fdfca0

%0
%0
%37
%1

Triadic Colors of #fdfca0

#fdfca0 #a0fdfc #fca0fd

Analogous Colors of #fdfca0

#fdfca0 #d0fda0 #fdcea0

Monochromatic Colors of #fdfca0

#fdfca0

Complementary Color

#fdfca0 #a0a1fd

#fdfca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfca0 Color CSS Codes

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

#fdfca0 Text Font Color

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

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


#fdfca0 Background Color

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

This div background color is #fdfca0


#fdfca0 Border Color

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

This div border color is #fdfca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfca0

Related Colors


Comments

No comments written yet.

Please login to write comment.