Color Hex Logo

#feb68b Color Hex

#FEB68B
(254,182,139)
0 Favorites   0 Comments

Color spaces of #feb68b

RGB 254182139
HSL0.060.980.77
HSV22°45°100°
CMYK 0.000.280.45   0.00
XYZ62.261256.390832.0291
Yxy56.39080.41320.3742
Hunter Lab75.093816.582427.2772
CIE-Lab79.835721.154932.2218

#feb68b color RGB value is (254,182,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 10001011
Octal 376 266 213
Decimal 254 182 139
Hex FE B6 8B

RGB Percentages of Color #feb68b

%44.17
%31.65
%24.17

CMYK Percentages of Color #feb68b

%0
%28
%45
%0

Triadic Colors of #feb68b

#feb68b #8bfeb6 #b68bfe

Analogous Colors of #feb68b

#feb68b #fef08b #fe8b9a

Monochromatic Colors of #feb68b

#feb68b

Complementary Color

#feb68b #8bd3fe

#feb68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb68b Color CSS Codes

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

#feb68b Text Font Color

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

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


#feb68b Background Color

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

This div background color is #feb68b


#feb68b Border Color

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

This div border color is #feb68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb68b


Comments

No comments written yet.

Please login to write comment.