Color Hex Logo

#fdff5b Color Hex

#FDFF5B
(253,255,91)
0 Favorites   0 Comments

Color spaces of #fdff5b

RGB 25325591
HSL0.171.000.68
HSV61°64°100°
CMYK 0.010.000.64   0.00
XYZ78.156393.158023.7595
Yxy93.15800.40060.4776
Hunter Lab96.5184-24.365852.9677
CIE-Lab97.2917-19.895774.9224

#fdff5b color RGB value is (253,255,91).

#fdff5b hex color red value is 253, green value is 255 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fdff5b hue: 0.17 , saturation: 1.00 and the lightness value of fdff5b is 0.68.

The process color (four color CMYK) of #fdff5b color hex is 0.01, 0.00, 0.64, 0.00. Web safe color of #fdff5b is #ffff66. Color #fdff5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 01011011
Octal 375 377 133
Decimal 253 255 91
Hex FD FF 5B

RGB Percentages of Color #fdff5b

%42.24
%42.57
%15.19

CMYK Percentages of Color #fdff5b

%1
%0
%64
%0

Triadic Colors of #fdff5b

#fdff5b #5bfdff #ff5bfd

Analogous Colors of #fdff5b

#fdff5b #abff5b #ffaf5b

Monochromatic Colors of #fdff5b

#fdff5b

Complementary Color

#fdff5b #5d5bff

#fdff5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdff5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdff5b Color CSS Codes

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

#fdff5b Text Font Color

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

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


#fdff5b Background Color

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

This div background color is #fdff5b


#fdff5b Border Color

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

This div border color is #fdff5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdff5b

#fdff5b Color Palettes


Comments

No comments written yet.

Please login to write comment.