Color Hex Logo

#feb362 Color Hex

#FEB362
(254,179,98)
0 Favorites   0 Comments

Color spaces of #feb362

RGB 25417998
HSL0.090.990.69
HSV31°61°100°
CMYK 0.000.300.61   0.00
XYZ59.197854.192918.8955
Yxy54.19290.44750.4097
Hunter Lab73.615814.712236.3127
CIE-Lab78.574119.351051.5019

#feb362 color RGB value is (254,179,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01100010
Octal 376 263 142
Decimal 254 179 98
Hex FE B3 62

RGB Percentages of Color #feb362

%47.83
%33.71
%18.46

CMYK Percentages of Color #feb362

%0
%30
%61
%0

Triadic Colors of #feb362

#feb362 #62feb3 #b362fe

Analogous Colors of #feb362

#feb362 #fbfe62 #fe6562

Monochromatic Colors of #feb362

#feb362

Complementary Color

#feb362 #62adfe

#feb362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb362 Color CSS Codes

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

#feb362 Text Font Color

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

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


#feb362 Background Color

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

This div background color is #feb362


#feb362 Border Color

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

This div border color is #feb362


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,179,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feb362">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb362


Comments

No comments written yet.

Please login to write comment.