Color Hex Logo

#feb66b Color Hex

#FEB66B
(254,182,107)
0 Favorites   0 Comments

Color spaces of #feb66b

RGB 254182107
HSL0.090.990.71
HSV31°58°100°
CMYK 0.000.280.58   0.00
XYZ60.254855.588321.4638
Yxy55.58830.43880.4048
Hunter Lab74.557613.781735.1218
CIE-Lab79.378918.408248.0484

#feb66b color RGB value is (254,182,107).

#feb66b hex color red value is 254, green value is 182 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #feb66b hue: 0.09 , saturation: 0.99 and the lightness value of feb66b is 0.71.

The process color (four color CMYK) of #feb66b color hex is 0.00, 0.28, 0.58, 0.00. Web safe color of #feb66b is #ffcc66. Color #feb66b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01101011
Octal 376 266 153
Decimal 254 182 107
Hex FE B6 6B

RGB Percentages of Color #feb66b

%46.78
%33.52
%19.71

CMYK Percentages of Color #feb66b

%0
%28
%58
%0

Triadic Colors of #feb66b

#feb66b #6bfeb6 #b66bfe

Analogous Colors of #feb66b

#feb66b #fdfe6b #fe6d6b

Monochromatic Colors of #feb66b

#feb66b

Complementary Color

#feb66b #6bb3fe

#feb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb66b Color CSS Codes

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

#feb66b Text Font Color

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

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


#feb66b Background Color

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

This div background color is #feb66b


#feb66b Border Color

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

This div border color is #feb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb66b


Comments

No comments written yet.

Please login to write comment.