Color Hex Logo

#fdfd86 Color Hex

#FDFD86
(253,253,134)
0 Favorites   0 Comments

Color spaces of #fdfd86

RGB 253253134
HSL0.170.970.76
HSV60°47°99°
CMYK 0.000.000.47   0.01
XYZ79.936492.854436.2639
Yxy92.85440.38240.4442
Hunter Lab96.3610-20.556845.1399
CIE-Lab97.1685-15.835056.4846

#fdfd86 color RGB value is (253,253,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 10000110
Octal 375 375 206
Decimal 253 253 134
Hex FD FD 86

RGB Percentages of Color #fdfd86

%39.53
%39.53
%20.94

CMYK Percentages of Color #fdfd86

%0
%0
%47
%1

Triadic Colors of #fdfd86

#fdfd86 #86fdfd #fd86fd

Analogous Colors of #fdfd86

#fdfd86 #c2fd86 #fdc286

Monochromatic Colors of #fdfd86

#fdfd86

Complementary Color

#fdfd86 #8686fd

#fdfd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfd86 Color CSS Codes

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

#fdfd86 Text Font Color

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

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


#fdfd86 Background Color

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

This div background color is #fdfd86


#fdfd86 Border Color

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

This div border color is #fdfd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfd86

Related Colors


Comments

No comments written yet.

Please login to write comment.