Color Hex Logo

#fdfb63 Color Hex

#FDFB63
(253,251,99)
0 Favorites   0 Comments

Color spaces of #fdfb63

RGB 25325199
HSL0.160.970.69
HSV59°61°99°
CMYK 0.000.010.61   0.01
XYZ77.257390.777925.2544
Yxy90.77790.39970.4696
Hunter Lab95.2774-21.995850.9787
CIE-Lab96.3185-17.504070.7704

#fdfb63 color RGB value is (253,251,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01100011
Octal 375 373 143
Decimal 253 251 99
Hex FD FB 63

RGB Percentages of Color #fdfb63

%41.96
%41.63
%16.42

CMYK Percentages of Color #fdfb63

%0
%1
%61
%1

Triadic Colors of #fdfb63

#fdfb63 #63fdfb #fb63fd

Analogous Colors of #fdfb63

#fdfb63 #b2fd63 #fdae63

Monochromatic Colors of #fdfb63

#fdfb63

Complementary Color

#fdfb63 #6365fd

#fdfb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb63 Color CSS Codes

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

#fdfb63 Text Font Color

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

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


#fdfb63 Background Color

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

This div background color is #fdfb63


#fdfb63 Border Color

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

This div border color is #fdfb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb63

Related Colors


Comments

No comments written yet.

Please login to write comment.