Color Hex Logo

#feb689 Color Hex

#FEB689
(254,182,137)
0 Favorites   0 Comments

Color spaces of #feb689

RGB 254182137
HSL0.060.980.77
HSV23°46°100°
CMYK 0.000.280.46   0.00
XYZ62.116456.332931.2664
Yxy56.33290.41490.3763
Hunter Lab75.055216.381527.8397
CIE-Lab79.802920.959433.2295

#feb689 color RGB value is (254,182,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 10001001
Octal 376 266 211
Decimal 254 182 137
Hex FE B6 89

RGB Percentages of Color #feb689

%44.33
%31.76
%23.91

CMYK Percentages of Color #feb689

%0
%28
%46
%0

Triadic Colors of #feb689

#feb689 #89feb6 #b689fe

Analogous Colors of #feb689

#feb689 #fef189 #fe8997

Monochromatic Colors of #feb689

#feb689

Complementary Color

#feb689 #89d1fe

#feb689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb689 Color CSS Codes

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

#feb689 Text Font Color

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

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


#feb689 Background Color

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

This div background color is #feb689


#feb689 Border Color

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

This div border color is #feb689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb689


Comments

No comments written yet.

Please login to write comment.