Color Hex Logo

#fecd63 Color Hex

#FECD63
(254,205,99)
0 Favorites   0 Comments

Color spaces of #fecd63

RGB 25420599
HSL0.110.990.69
HSV41°61°100°
CMYK 0.000.190.61   0.00
XYZ64.956565.634321.0495
Yxy65.63430.42840.4328
Hunter Lab81.01501.342141.3056
CIE-Lab84.80955.893858.1653

#fecd63 color RGB value is (254,205,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 01100011
Octal 376 315 143
Decimal 254 205 99
Hex FE CD 63

RGB Percentages of Color #fecd63

%45.52
%36.74
%17.74

CMYK Percentages of Color #fecd63

%0
%19
%61
%0

Triadic Colors of #fecd63

#fecd63 #63fecd #cd63fe

Analogous Colors of #fecd63

#fecd63 #e2fe63 #fe8063

Monochromatic Colors of #fecd63

#fecd63

Complementary Color

#fecd63 #6394fe

#fecd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecd63 Color CSS Codes

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

#fecd63 Text Font Color

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

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


#fecd63 Background Color

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

This div background color is #fecd63


#fecd63 Border Color

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

This div border color is #fecd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecd63


Comments

No comments written yet.

Please login to write comment.