Color Hex Logo

#feb365 Color Hex

#FEB365
(254,179,101)
0 Favorites   0 Comments

Color spaces of #feb365

RGB 254179101
HSL0.080.990.70
HSV31°60°100°
CMYK 0.000.300.60   0.00
XYZ59.342154.250619.6557
Yxy54.25060.44530.4071
Hunter Lab73.655014.917035.7363
CIE-Lab78.607619.553050.0834

#feb365 color RGB value is (254,179,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01100101
Octal 376 263 145
Decimal 254 179 101
Hex FE B3 65

RGB Percentages of Color #feb365

%47.57
%33.52
%18.91

CMYK Percentages of Color #feb365

%0
%30
%60
%0

Triadic Colors of #feb365

#feb365 #65feb3 #b365fe

Analogous Colors of #feb365

#feb365 #fdfe65 #fe6765

Monochromatic Colors of #feb365

#feb365

Complementary Color

#feb365 #65b0fe

#feb365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb365 Color CSS Codes

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

#feb365 Text Font Color

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

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


#feb365 Background Color

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

This div background color is #feb365


#feb365 Border Color

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

This div border color is #feb365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb365


Comments

No comments written yet.

Please login to write comment.