Color Hex Logo

#fdec65 Color Hex

#FDEC65
(253,236,101)
0 Favorites   0 Comments

Color spaces of #fdec65

RGB 253236101
HSL0.150.970.69
HSV53°60°99°
CMYK 0.000.070.60   0.01
XYZ72.852481.813124.2637
Yxy81.81310.40720.4572
Hunter Lab90.4506-14.517747.4107
CIE-Lab92.4923-10.054265.8018

#fdec65 color RGB value is (253,236,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 01100101
Octal 375 354 145
Decimal 253 236 101
Hex FD EC 65

RGB Percentages of Color #fdec65

%42.88
%40.00
%17.12

CMYK Percentages of Color #fdec65

%0
%7
%60
%1

Triadic Colors of #fdec65

#fdec65 #65fdec #ec65fd

Analogous Colors of #fdec65

#fdec65 #c2fd65 #fda065

Monochromatic Colors of #fdec65

#fdec65

Complementary Color

#fdec65 #6576fd

#fdec65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdec65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdec65 Color CSS Codes

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

#fdec65 Text Font Color

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

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


#fdec65 Background Color

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

This div background color is #fdec65


#fdec65 Border Color

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

This div border color is #fdec65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdec65

Related Colors


Comments

No comments written yet.

Please login to write comment.