Color Hex Logo

#fdec55 Color Hex

#FDEC55
(253,236,85)
0 Favorites   0 Comments

Color spaces of #fdec55

RGB 25323685
HSL0.150.980.66
HSV54°66°99°
CMYK 0.000.070.66   0.01
XYZ72.143281.529420.5287
Yxy81.52940.41410.4680
Hunter Lab90.2936-15.395149.7257
CIE-Lab92.3668-11.002772.1567

#fdec55 color RGB value is (253,236,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01010101
Octal 375 354 125
Decimal 253 236 85
Hex FD EC 55

RGB Percentages of Color #fdec55

%44.08
%41.11
%14.81

CMYK Percentages of Color #fdec55

%0
%7
%66
%1

Triadic Colors of #fdec55

#fdec55 #55fdec #ec55fd

Analogous Colors of #fdec55

#fdec55 #bafd55 #fd9855

Monochromatic Colors of #fdec55

#fdec55

Complementary Color

#fdec55 #5566fd

#fdec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec55 Color CSS Codes

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

#fdec55 Text Font Color

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

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


#fdec55 Background Color

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

This div background color is #fdec55


#fdec55 Border Color

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

This div border color is #fdec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec55

Related Colors


Comments

No comments written yet.

Please login to write comment.