Color Hex Logo

#fedb63 Color Hex

#FEDB63
(254,219,99)
0 Favorites   0 Comments

Color spaces of #fedb63

RGB 25421999
HSL0.130.990.69
HSV46°61°100°
CMYK 0.000.140.61   0.00
XYZ68.456772.634722.2162
Yxy72.63470.41920.4448
Hunter Lab85.2260-5.767644.2028
CIE-Lab88.2732-1.263162.0389

#fedb63 color RGB value is (254,219,99).

#fedb63 hex color red value is 254, green value is 219 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fedb63 hue: 0.13 , saturation: 0.99 and the lightness value of fedb63 is 0.69.

The process color (four color CMYK) of #fedb63 color hex is 0.00, 0.14, 0.61, 0.00. Web safe color of #fedb63 is #ffcc66. Color #fedb63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01100011
Octal 376 333 143
Decimal 254 219 99
Hex FE DB 63

RGB Percentages of Color #fedb63

%44.41
%38.29
%17.31

CMYK Percentages of Color #fedb63

%0
%14
%61
%0

Triadic Colors of #fedb63

#fedb63 #63fedb #db63fe

Analogous Colors of #fedb63

#fedb63 #d4fe63 #fe8e63

Monochromatic Colors of #fedb63

#fedb63

Complementary Color

#fedb63 #6386fe

#fedb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb63 Color CSS Codes

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

#fedb63 Text Font Color

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

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


#fedb63 Background Color

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

This div background color is #fedb63


#fedb63 Border Color

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

This div border color is #fedb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb63


Comments

No comments written yet.

Please login to write comment.