Color Hex Logo

#fdfb4e Color Hex

#FDFB4E
(253,251,78)
0 Favorites   0 Comments

Color spaces of #fdfb4e

RGB 25325178
HSL0.160.980.65
HSV59°69°99°
CMYK 0.000.010.69   0.01
XYZ76.380390.427120.6362
Yxy90.42710.40750.4824
Hunter Lab95.0932-23.039153.6987
CIE-Lab96.1737-18.652078.5205

#fdfb4e color RGB value is (253,251,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01001110
Octal 375 373 116
Decimal 253 251 78
Hex FD FB 4E

RGB Percentages of Color #fdfb4e

%43.47
%43.13
%13.40

CMYK Percentages of Color #fdfb4e

%0
%1
%69
%1

Triadic Colors of #fdfb4e

#fdfb4e #4efdfb #fb4efd

Analogous Colors of #fdfb4e

#fdfb4e #a8fd4e #fda44e

Monochromatic Colors of #fdfb4e

#fdfb4e

Complementary Color

#fdfb4e #4e50fd

#fdfb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb4e Color CSS Codes

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

#fdfb4e Text Font Color

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

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


#fdfb4e Background Color

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

This div background color is #fdfb4e


#fdfb4e Border Color

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

This div border color is #fdfb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb4e

Related Colors


Comments

No comments written yet.

Please login to write comment.