Color Hex Logo

#feb063 Color Hex

#FEB063
(254,176,99)
0 Favorites   0 Comments

Color spaces of #feb063

RGB 25417699
HSL0.080.990.69
HSV30°61°100°
CMYK 0.000.310.61   0.00
XYZ58.650553.022418.9475
Yxy53.02240.44900.4059
Hunter Lab72.816516.345135.5437
CIE-Lab77.888220.987350.2172

#feb063 color RGB value is (254,176,99).

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

The process color (four color CMYK) of #feb063 color hex is 0.00, 0.31, 0.61, 0.00. Web safe color of #feb063 is #ff9966. Color #feb063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01100011
Octal 376 260 143
Decimal 254 176 99
Hex FE B0 63

RGB Percentages of Color #feb063

%48.02
%33.27
%18.71

CMYK Percentages of Color #feb063

%0
%31
%61
%0

Triadic Colors of #feb063

#feb063 #63feb0 #b063fe

Analogous Colors of #feb063

#feb063 #fefe63 #fe6363

Monochromatic Colors of #feb063

#feb063

Complementary Color

#feb063 #63b1fe

#feb063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb063 Color CSS Codes

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

#feb063 Text Font Color

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

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


#feb063 Background Color

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

This div background color is #feb063


#feb063 Border Color

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

This div border color is #feb063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb063


Comments

No comments written yet.

Please login to write comment.