Color Hex Logo

#feb883 Color Hex

#FEB883
(254,184,131)
0 Favorites   0 Comments

Color spaces of #feb883

RGB 254184131
HSL0.070.980.75
HSV26°48°100°
CMYK 0.000.280.48   0.00
XYZ62.110356.990529.1994
Yxy56.99050.41880.3843
Hunter Lab75.492114.747929.9118
CIE-Lab80.174319.344636.8439

#feb883 color RGB value is (254,184,131).

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

The process color (four color CMYK) of #feb883 color hex is 0.00, 0.28, 0.48, 0.00. Web safe color of #feb883 is #ffcc99. Color #feb883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10000011
Octal 376 270 203
Decimal 254 184 131
Hex FE B8 83

RGB Percentages of Color #feb883

%44.64
%32.34
%23.02

CMYK Percentages of Color #feb883

%0
%28
%48
%0

Triadic Colors of #feb883

#feb883 #83feb8 #b883fe

Analogous Colors of #feb883

#feb883 #fef683 #fe838c

Monochromatic Colors of #feb883

#feb883

Complementary Color

#feb883 #83c9fe

#feb883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb883 Color CSS Codes

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

#feb883 Text Font Color

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

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


#feb883 Background Color

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

This div background color is #feb883


#feb883 Border Color

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

This div border color is #feb883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb883

Related Colors


Comments

No comments written yet.

Please login to write comment.