Color Hex Logo

#feb367 Color Hex

#FEB367
(254,179,103)
0 Favorites   0 Comments

Color spaces of #feb367

RGB 254179103
HSL0.080.990.70
HSV30°59°100°
CMYK 0.000.300.59   0.00
XYZ59.441354.290320.1781
Yxy54.29030.44390.4054
Hunter Lab73.682015.057535.3406
CIE-Lab78.630719.691649.1305

#feb367 color RGB value is (254,179,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01100111
Octal 376 263 147
Decimal 254 179 103
Hex FE B3 67

RGB Percentages of Color #feb367

%47.39
%33.40
%19.22

CMYK Percentages of Color #feb367

%0
%30
%59
%0

Triadic Colors of #feb367

#feb367 #67feb3 #b367fe

Analogous Colors of #feb367

#feb367 #fefe67 #fe6867

Monochromatic Colors of #feb367

#feb367

Complementary Color

#feb367 #67b2fe

#feb367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb367 Color CSS Codes

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

#feb367 Text Font Color

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

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


#feb367 Background Color

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

This div background color is #feb367


#feb367 Border Color

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

This div border color is #feb367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb367


Comments

No comments written yet.

Please login to write comment.