Color Hex Logo

#feb982 Color Hex

#FEB982
(254,185,130)
0 Favorites   0 Comments

Color spaces of #feb982

RGB 254185130
HSL0.070.980.75
HSV27°49°100°
CMYK 0.000.270.49   0.00
XYZ62.251357.380528.9136
Yxy57.38050.41910.3863
Hunter Lab75.749914.129030.3941
CIE-Lab80.393118.729237.6435

#feb982 color RGB value is (254,185,130).

#feb982 hex color red value is 254, green value is 185 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #feb982 hue: 0.07 , saturation: 0.98 and the lightness value of feb982 is 0.75.

The process color (four color CMYK) of #feb982 color hex is 0.00, 0.27, 0.49, 0.00. Web safe color of #feb982 is #ffcc99. Color #feb982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10000010
Octal 376 271 202
Decimal 254 185 130
Hex FE B9 82

RGB Percentages of Color #feb982

%44.64
%32.51
%22.85

CMYK Percentages of Color #feb982

%0
%27
%49
%0

Triadic Colors of #feb982

#feb982 #82feb9 #b982fe

Analogous Colors of #feb982

#feb982 #fef782 #fe8289

Monochromatic Colors of #feb982

#feb982

Complementary Color

#feb982 #82c7fe

#feb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb982 Color CSS Codes

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

#feb982 Text Font Color

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

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


#feb982 Background Color

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

This div background color is #feb982


#feb982 Border Color

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

This div border color is #feb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb982


Comments

No comments written yet.

Please login to write comment.