Color Hex Logo

#feb369 Color Hex

#FEB369
(254,179,105)
0 Favorites   0 Comments

Color spaces of #feb369

RGB 254179105
HSL0.080.990.70
HSV30°59°100°
CMYK 0.000.300.59   0.00
XYZ59.543054.331020.7133
Yxy54.33100.44240.4037
Hunter Lab73.709615.201634.9355
CIE-Lab78.654319.833448.1719

#feb369 color RGB value is (254,179,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01101001
Octal 376 263 151
Decimal 254 179 105
Hex FE B3 69

RGB Percentages of Color #feb369

%47.21
%33.27
%19.52

CMYK Percentages of Color #feb369

%0
%30
%59
%0

Triadic Colors of #feb369

#feb369 #69feb3 #b369fe

Analogous Colors of #feb369

#feb369 #fefe69 #fe696a

Monochromatic Colors of #feb369

#feb369

Complementary Color

#feb369 #69b4fe

#feb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb369 Color CSS Codes

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

#feb369 Text Font Color

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

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


#feb369 Background Color

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

This div background color is #feb369


#feb369 Border Color

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

This div border color is #feb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb369


Comments

No comments written yet.

Please login to write comment.