Color Hex Logo

#fdec62 Color Hex

#FDEC62
(253,236,98)
0 Favorites   0 Comments

Color spaces of #fdec62

RGB 25323698
HSL0.150.970.69
HSV53°61°99°
CMYK 0.000.070.61   0.01
XYZ72.708181.755423.5035
Yxy81.75540.40850.4594
Hunter Lab90.4187-14.696147.8812
CIE-Lab92.4668-10.246667.0376

#fdec62 color RGB value is (253,236,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01100010
Octal 375 354 142
Decimal 253 236 98
Hex FD EC 62

RGB Percentages of Color #fdec62

%43.10
%40.20
%16.70

CMYK Percentages of Color #fdec62

%0
%7
%61
%1

Triadic Colors of #fdec62

#fdec62 #62fdec #ec62fd

Analogous Colors of #fdec62

#fdec62 #c1fd62 #fd9f62

Monochromatic Colors of #fdec62

#fdec62

Complementary Color

#fdec62 #6273fd

#fdec62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec62 Color CSS Codes

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

#fdec62 Text Font Color

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

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


#fdec62 Background Color

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

This div background color is #fdec62


#fdec62 Border Color

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

This div border color is #fdec62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec62


Comments

No comments written yet.

Please login to write comment.