Color Hex Logo

#feb882 Color Hex

#FEB882
(254,184,130)
0 Favorites   0 Comments

Color spaces of #feb882

RGB 254184130
HSL0.070.980.75
HSV26°49°100°
CMYK 0.000.280.49   0.00
XYZ62.042856.963528.8441
Yxy56.96350.41960.3853
Hunter Lab75.474214.654430.1730
CIE-Lab80.159119.252837.3430

#feb882 color RGB value is (254,184,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10000010
Octal 376 270 202
Decimal 254 184 130
Hex FE B8 82

RGB Percentages of Color #feb882

%44.72
%32.39
%22.89

CMYK Percentages of Color #feb882

%0
%28
%49
%0

Triadic Colors of #feb882

#feb882 #82feb8 #b882fe

Analogous Colors of #feb882

#feb882 #fef682 #fe828a

Monochromatic Colors of #feb882

#feb882

Complementary Color

#feb882 #82c8fe

#feb882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb882 Color CSS Codes

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

#feb882 Text Font Color

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

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


#feb882 Background Color

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

This div background color is #feb882


#feb882 Border Color

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

This div border color is #feb882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb882

Related Colors


Comments

No comments written yet.

Please login to write comment.