Color Hex Logo

#feb366 Color Hex

#FEB366
(254,179,102)
0 Favorites   0 Comments

Color spaces of #feb366

RGB 254179102
HSL0.080.990.70
HSV30°60°100°
CMYK 0.000.300.60   0.00
XYZ59.391454.270319.9153
Yxy54.27030.44460.4063
Hunter Lab73.668414.986935.5396
CIE-Lab78.619119.622049.6077

#feb366 color RGB value is (254,179,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01100110
Octal 376 263 146
Decimal 254 179 102
Hex FE B3 66

RGB Percentages of Color #feb366

%47.48
%33.46
%19.07

CMYK Percentages of Color #feb366

%0
%30
%60
%0

Triadic Colors of #feb366

#feb366 #66feb3 #b366fe

Analogous Colors of #feb366

#feb366 #fdfe66 #fe6766

Monochromatic Colors of #feb366

#feb366

Complementary Color

#feb366 #66b1fe

#feb366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb366 Color CSS Codes

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

#feb366 Text Font Color

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

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


#feb366 Background Color

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

This div background color is #feb366


#feb366 Border Color

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

This div border color is #feb366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb366

Related Colors


Comments

No comments written yet.

Please login to write comment.