Color Hex Logo

#fecb63 Color Hex

#FECB63
(254,203,99)
0 Favorites   0 Comments

Color spaces of #fecb63

RGB 25420399
HSL0.110.990.69
HSV40°61°100°
CMYK 0.000.200.61   0.00
XYZ64.481164.683620.8910
Yxy64.68360.42970.4311
Hunter Lab80.42612.365540.8975
CIE-Lab84.32046.925057.6130

#fecb63 color RGB value is (254,203,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01100011
Octal 376 313 143
Decimal 254 203 99
Hex FE CB 63

RGB Percentages of Color #fecb63

%45.68
%36.51
%17.81

CMYK Percentages of Color #fecb63

%0
%20
%61
%0

Triadic Colors of #fecb63

#fecb63 #63fecb #cb63fe

Analogous Colors of #fecb63

#fecb63 #e4fe63 #fe7e63

Monochromatic Colors of #fecb63

#fecb63

Complementary Color

#fecb63 #6396fe

#fecb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb63 Color CSS Codes

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

#fecb63 Text Font Color

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

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


#fecb63 Background Color

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

This div background color is #fecb63


#fecb63 Border Color

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

This div border color is #fecb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb63


Comments

No comments written yet.

Please login to write comment.