Color Hex Logo

#feb966 Color Hex

#FEB966
(254,185,102)
0 Favorites   0 Comments

Color spaces of #feb966

RGB 254185102
HSL0.090.990.70
HSV33°60°100°
CMYK 0.000.270.60   0.00
XYZ60.620356.728120.3249
Yxy56.72810.44030.4120
Hunter Lab75.318111.860436.7230
CIE-Lab80.026416.484151.2611

#feb966 color RGB value is (254,185,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01100110
Octal 376 271 146
Decimal 254 185 102
Hex FE B9 66

RGB Percentages of Color #feb966

%46.95
%34.20
%18.85

CMYK Percentages of Color #feb966

%0
%27
%60
%0

Triadic Colors of #feb966

#feb966 #66feb9 #b966fe

Analogous Colors of #feb966

#feb966 #f7fe66 #fe6d66

Monochromatic Colors of #feb966

#feb966

Complementary Color

#feb966 #66abfe

#feb966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb966 Color CSS Codes

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

#feb966 Text Font Color

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

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


#feb966 Background Color

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

This div background color is #feb966


#feb966 Border Color

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

This div border color is #feb966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb966


Comments

No comments written yet.

Please login to write comment.