Color Hex Logo

#feb368 Color Hex

#FEB368
(254,179,104)
0 Favorites   0 Comments

Color spaces of #feb368

RGB 254179104
HSL0.080.990.70
HSV30°59°100°
CMYK 0.000.300.59   0.00
XYZ59.491854.310520.4441
Yxy54.31050.44320.4046
Hunter Lab73.695715.129135.1392
CIE-Lab78.642419.762148.6519

#feb368 color RGB value is (254,179,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01101000
Octal 376 263 150
Decimal 254 179 104
Hex FE B3 68

RGB Percentages of Color #feb368

%47.30
%33.33
%19.37

CMYK Percentages of Color #feb368

%0
%30
%59
%0

Triadic Colors of #feb368

#feb368 #68feb3 #b368fe

Analogous Colors of #feb368

#feb368 #fefe68 #fe6868

Monochromatic Colors of #feb368

#feb368

Complementary Color

#feb368 #68b3fe

#feb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb368 Color CSS Codes

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

#feb368 Text Font Color

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

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


#feb368 Background Color

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

This div background color is #feb368


#feb368 Border Color

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

This div border color is #feb368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb368

Related Colors


Comments

No comments written yet.

Please login to write comment.