Color Hex Logo

#fdfb2e Color Hex

#FDFB2E
(253,251,46)
0 Favorites   0 Comments

Color spaces of #fdfb2e

RGB 25325146
HSL0.170.980.59
HSV59°82°99°
CMYK 0.000.010.82   0.01
XYZ75.498390.074315.9917
Yxy90.07430.41580.4961
Hunter Lab94.9075-24.092556.4450
CIE-Lab96.0276-19.818687.6294

#fdfb2e color RGB value is (253,251,46).

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

The process color (four color CMYK) of #fdfb2e color hex is 0.00, 0.01, 0.82, 0.01. Web safe color of #fdfb2e is #ffff33. Color #fdfb2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 00101110
Octal 375 373 56
Decimal 253 251 46
Hex FD FB 2E

RGB Percentages of Color #fdfb2e

%46.00
%45.64
%8.36

CMYK Percentages of Color #fdfb2e

%0
%1
%82
%1

Triadic Colors of #fdfb2e

#fdfb2e #2efdfb #fb2efd

Analogous Colors of #fdfb2e

#fdfb2e #98fd2e #fd942e

Monochromatic Colors of #fdfb2e

#fdfb2e

Complementary Color

#fdfb2e #2e30fd

#fdfb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb2e Color CSS Codes

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

#fdfb2e Text Font Color

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

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


#fdfb2e Background Color

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

This div background color is #fdfb2e


#fdfb2e Border Color

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

This div border color is #fdfb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb2e

Related Colors


Comments

No comments written yet.

Please login to write comment.