Color Hex Logo

#fdee63 Color Hex

#FDEE63
(253,238,99)
0 Favorites   0 Comments

Color spaces of #fdee63

RGB 25323899
HSL0.150.970.69
HSV54°61°99°
CMYK 0.000.060.61   0.01
XYZ73.334782.932623.9468
Yxy82.93260.40690.4602
Hunter Lab91.0673-15.625448.1564
CIE-Lab92.9849-11.170067.1814

#fdee63 color RGB value is (253,238,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 01100011
Octal 375 356 143
Decimal 253 238 99
Hex FD EE 63

RGB Percentages of Color #fdee63

%42.88
%40.34
%16.78

CMYK Percentages of Color #fdee63

%0
%6
%61
%1

Triadic Colors of #fdee63

#fdee63 #63fdee #ee63fd

Analogous Colors of #fdee63

#fdee63 #bffd63 #fda163

Monochromatic Colors of #fdee63

#fdee63

Complementary Color

#fdee63 #6372fd

#fdee63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee63 Color CSS Codes

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

#fdee63 Text Font Color

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

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


#fdee63 Background Color

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

This div background color is #fdee63


#fdee63 Border Color

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

This div border color is #fdee63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee63

Related Colors


Comments

No comments written yet.

Please login to write comment.