Color Hex Logo

#feb486 Color Hex

#FEB486
(254,180,134)
0 Favorites   0 Comments

Color spaces of #feb486

RGB 254180134
HSL0.060.980.76
HSV23°47°100°
CMYK 0.000.290.47   0.00
XYZ61.497455.434630.0129
Yxy55.43460.41850.3772
Hunter Lab74.454417.141128.2180
CIE-Lab79.290921.720034.1342

#feb486 color RGB value is (254,180,134).

#feb486 hex color red value is 254, green value is 180 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #feb486 hue: 0.06 , saturation: 0.98 and the lightness value of feb486 is 0.76.

The process color (four color CMYK) of #feb486 color hex is 0.00, 0.29, 0.47, 0.00. Web safe color of #feb486 is #ffcc99. Color #feb486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10000110
Octal 376 264 206
Decimal 254 180 134
Hex FE B4 86

RGB Percentages of Color #feb486

%44.72
%31.69
%23.59

CMYK Percentages of Color #feb486

%0
%29
%47
%0

Triadic Colors of #feb486

#feb486 #86feb4 #b486fe

Analogous Colors of #feb486

#feb486 #fef086 #fe8694

Monochromatic Colors of #feb486

#feb486

Complementary Color

#feb486 #86d0fe

#feb486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb486 Color CSS Codes

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

#feb486 Text Font Color

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

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


#feb486 Background Color

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

This div background color is #feb486


#feb486 Border Color

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

This div border color is #feb486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb486

Related Colors


Comments

No comments written yet.

Please login to write comment.