Color Hex Logo

#fdec60 Color Hex

#FDEC60
(253,236,96)
0 Favorites   0 Comments

Color spaces of #fdec60

RGB 25323696
HSL0.150.980.68
HSV54°62°99°
CMYK 0.000.070.62   0.01
XYZ72.614881.718123.0123
Yxy81.71810.40950.4608
Hunter Lab90.3981-14.811448.1854
CIE-Lab92.4503-10.371167.8508

#fdec60 color RGB value is (253,236,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01100000
Octal 375 354 140
Decimal 253 236 96
Hex FD EC 60

RGB Percentages of Color #fdec60

%43.25
%40.34
%16.41

CMYK Percentages of Color #fdec60

%0
%7
%62
%1

Triadic Colors of #fdec60

#fdec60 #60fdec #ec60fd

Analogous Colors of #fdec60

#fdec60 #c0fd60 #fd9e60

Monochromatic Colors of #fdec60

#fdec60

Complementary Color

#fdec60 #6071fd

#fdec60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec60 Color CSS Codes

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

#fdec60 Text Font Color

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

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


#fdec60 Background Color

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

This div background color is #fdec60


#fdec60 Border Color

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

This div border color is #fdec60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec60

Related Colors


Comments

No comments written yet.

Please login to write comment.