Color Hex Logo

#fdfd66 Color Hex

#FDFD66
(253,253,102)
0 Favorites   0 Comments

Color spaces of #fdfd66

RGB 253253102
HSL0.170.970.70
HSV60°60°99°
CMYK 0.000.000.60   0.01
XYZ78.031692.092526.2333
Yxy92.09250.39740.4690
Hunter Lab95.9648-22.795350.9677
CIE-Lab96.8581-18.276170.1331

#fdfd66 color RGB value is (253,253,102).

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

The process color (four color CMYK) of #fdfd66 color hex is 0.00, 0.00, 0.60, 0.01. Web safe color of #fdfd66 is #ffff66. Color #fdfd66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 01100110
Octal 375 375 146
Decimal 253 253 102
Hex FD FD 66

RGB Percentages of Color #fdfd66

%41.61
%41.61
%16.78

CMYK Percentages of Color #fdfd66

%0
%0
%60
%1

Triadic Colors of #fdfd66

#fdfd66 #66fdfd #fd66fd

Analogous Colors of #fdfd66

#fdfd66 #b2fd66 #fdb266

Monochromatic Colors of #fdfd66

#fdfd66

Complementary Color

#fdfd66 #6666fd

#fdfd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfd66 Color CSS Codes

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

#fdfd66 Text Font Color

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

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


#fdfd66 Background Color

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

This div background color is #fdfd66


#fdfd66 Border Color

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

This div border color is #fdfd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfd66

Related Colors


Comments

No comments written yet.

Please login to write comment.