Color Hex Logo

#fded63 Color Hex

#FDED63
(253,237,99)
0 Favorites   0 Comments

Color spaces of #fded63

RGB 25323799
HSL0.150.970.69
HSV54°61°99°
CMYK 0.000.060.61   0.01
XYZ73.044382.351923.8500
Yxy82.35190.40750.4594
Hunter Lab90.7479-15.131747.9412
CIE-Lab92.7300-10.677166.9046

#fded63 color RGB value is (253,237,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 01100011
Octal 375 355 143
Decimal 253 237 99
Hex FD ED 63

RGB Percentages of Color #fded63

%42.95
%40.24
%16.81

CMYK Percentages of Color #fded63

%0
%6
%61
%1

Triadic Colors of #fded63

#fded63 #63fded #ed63fd

Analogous Colors of #fded63

#fded63 #c0fd63 #fda063

Monochromatic Colors of #fded63

#fded63

Complementary Color

#fded63 #6373fd

#fded63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fded63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fded63 Color CSS Codes

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

#fded63 Text Font Color

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

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


#fded63 Background Color

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

This div background color is #fded63


#fded63 Border Color

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

This div border color is #fded63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,237,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 #fded63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fded63

Related Colors


Comments

No comments written yet.

Please login to write comment.