Color Hex Logo

#feb166 Color Hex

#FEB166
(254,177,102)
0 Favorites   0 Comments

Color spaces of #feb166

RGB 254177102
HSL0.080.990.70
HSV30°60°100°
CMYK 0.000.300.60   0.00
XYZ58.993553.474419.7827
Yxy53.47440.44610.4043
Hunter Lab73.126216.031535.1487
CIE-Lab78.154320.668849.0588

#feb166 color RGB value is (254,177,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 01100110
Octal 376 261 146
Decimal 254 177 102
Hex FE B1 66

RGB Percentages of Color #feb166

%47.65
%33.21
%19.14

CMYK Percentages of Color #feb166

%0
%30
%60
%0

Triadic Colors of #feb166

#feb166 #66feb1 #b166fe

Analogous Colors of #feb166

#feb166 #fefd66 #fe6667

Monochromatic Colors of #feb166

#feb166

Complementary Color

#feb166 #66b3fe

#feb166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb166 Color CSS Codes

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

#feb166 Text Font Color

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

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


#feb166 Background Color

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

This div background color is #feb166


#feb166 Border Color

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

This div border color is #feb166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,177,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 #feb166">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb166


Comments

No comments written yet.

Please login to write comment.