Color Hex Logo

#feb866 Color Hex

#FEB866
(254,184,102)
0 Favorites   0 Comments

Color spaces of #feb866

RGB 254184102
HSL0.090.990.70
HSV32°60°100°
CMYK 0.000.280.60   0.00
XYZ60.411856.311120.2555
Yxy56.31110.44100.4111
Hunter Lab75.040712.380836.5245
CIE-Lab79.790517.006750.9846

#feb866 color RGB value is (254,184,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01100110
Octal 376 270 146
Decimal 254 184 102
Hex FE B8 66

RGB Percentages of Color #feb866

%47.04
%34.07
%18.89

CMYK Percentages of Color #feb866

%0
%28
%60
%0

Triadic Colors of #feb866

#feb866 #66feb8 #b866fe

Analogous Colors of #feb866

#feb866 #f8fe66 #fe6c66

Monochromatic Colors of #feb866

#feb866

Complementary Color

#feb866 #66acfe

#feb866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb866 Color CSS Codes

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

#feb866 Text Font Color

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

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


#feb866 Background Color

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

This div background color is #feb866


#feb866 Border Color

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

This div border color is #feb866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb866


Comments

No comments written yet.

Please login to write comment.