Color Hex Logo

#fdfb66 Color Hex

#FDFB66
(253,251,102)
0 Favorites   0 Comments

Color spaces of #fdfb66

RGB 253251102
HSL0.160.970.70
HSV59°60°99°
CMYK 0.000.010.60   0.01
XYZ77.403590.836326.0239
Yxy90.83630.39840.4676
Hunter Lab95.3081-21.822250.5265
CIE-Lab96.3426-17.313669.5763

#fdfb66 color RGB value is (253,251,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01100110
Octal 375 373 146
Decimal 253 251 102
Hex FD FB 66

RGB Percentages of Color #fdfb66

%41.75
%41.42
%16.83

CMYK Percentages of Color #fdfb66

%0
%1
%60
%1

Triadic Colors of #fdfb66

#fdfb66 #66fdfb #fb66fd

Analogous Colors of #fdfb66

#fdfb66 #b4fd66 #fdb066

Monochromatic Colors of #fdfb66

#fdfb66

Complementary Color

#fdfb66 #6668fd

#fdfb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb66 Color CSS Codes

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

#fdfb66 Text Font Color

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

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


#fdfb66 Background Color

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

This div background color is #fdfb66


#fdfb66 Border Color

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

This div border color is #fdfb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb66

Related Colors


Comments

No comments written yet.

Please login to write comment.