Color Hex Logo

#fdfa86 Color Hex

#FDFA86
(253,250,134)
0 Favorites   0 Comments

Color spaces of #fdfa86

RGB 253250134
HSL0.160.970.76
HSV58°47°99°
CMYK 0.000.010.47   0.01
XYZ78.996790.975135.9506
Yxy90.97510.38360.4418
Hunter Lab95.3809-19.078644.4192
CIE-Lab96.3998-14.378355.5597

#fdfa86 color RGB value is (253,250,134).

#fdfa86 hex color red value is 253, green value is 250 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fdfa86 hue: 0.16 , saturation: 0.97 and the lightness value of fdfa86 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 10000110
Octal 375 372 206
Decimal 253 250 134
Hex FD FA 86

RGB Percentages of Color #fdfa86

%39.72
%39.25
%21.04

CMYK Percentages of Color #fdfa86

%0
%1
%47
%1

Triadic Colors of #fdfa86

#fdfa86 #86fdfa #fa86fd

Analogous Colors of #fdfa86

#fdfa86 #c5fd86 #fdbf86

Monochromatic Colors of #fdfa86

#fdfa86

Complementary Color

#fdfa86 #8689fd

#fdfa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfa86 Color CSS Codes

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

#fdfa86 Text Font Color

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

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


#fdfa86 Background Color

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

This div background color is #fdfa86


#fdfa86 Border Color

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

This div border color is #fdfa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfa86

Related Colors


Comments

No comments written yet.

Please login to write comment.