Color Hex Logo

#fdfca2 Color Hex

#FDFCA2
(253,252,162)
0 Favorites   0 Comments

Color spaces of #fdfca2

RGB 253252162
HSL0.160.960.81
HSV59°36°99°
CMYK 0.000.000.36   0.01
XYZ81.840093.112147.8414
Yxy93.11210.36730.4179
Hunter Lab96.4946-17.474338.1506
CIE-Lab97.2731-12.568743.2514

#fdfca2 color RGB value is (253,252,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 10100010
Octal 375 374 242
Decimal 253 252 162
Hex FD FC A2

RGB Percentages of Color #fdfca2

%37.93
%37.78
%24.29

CMYK Percentages of Color #fdfca2

%0
%0
%36
%1

Triadic Colors of #fdfca2

#fdfca2 #a2fdfc #fca2fd

Analogous Colors of #fdfca2

#fdfca2 #d1fda2 #fdcfa2

Monochromatic Colors of #fdfca2

#fdfca2

Complementary Color

#fdfca2 #a2a3fd

#fdfca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfca2 Color CSS Codes

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

#fdfca2 Text Font Color

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

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


#fdfca2 Background Color

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

This div background color is #fdfca2


#fdfca2 Border Color

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

This div border color is #fdfca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfca2

Related Colors


Comments

No comments written yet.

Please login to write comment.