Color Hex Logo

#fdec5b Color Hex

#FDEC5B
(253,236,91)
0 Favorites   0 Comments

Color spaces of #fdec5b

RGB 25323691
HSL0.150.980.67
HSV54°64°99°
CMYK 0.000.070.64   0.01
XYZ72.391881.628921.8380
Yxy81.62890.41160.4642
Hunter Lab90.3487-15.087348.9132
CIE-Lab92.4108-10.669469.8447

#fdec5b color RGB value is (253,236,91).

#fdec5b hex color red value is 253, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fdec5b hue: 0.15 , saturation: 0.98 and the lightness value of fdec5b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01011011
Octal 375 354 133
Decimal 253 236 91
Hex FD EC 5B

RGB Percentages of Color #fdec5b

%43.62
%40.69
%15.69

CMYK Percentages of Color #fdec5b

%0
%7
%64
%1

Triadic Colors of #fdec5b

#fdec5b #5bfdec #ec5bfd

Analogous Colors of #fdec5b

#fdec5b #bdfd5b #fd9b5b

Monochromatic Colors of #fdec5b

#fdec5b

Complementary Color

#fdec5b #5b6cfd

#fdec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec5b Color CSS Codes

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

#fdec5b Text Font Color

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

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


#fdec5b Background Color

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

This div background color is #fdec5b


#fdec5b Border Color

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

This div border color is #fdec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec5b


Comments

No comments written yet.

Please login to write comment.