Color Hex Logo

#feb38c Color Hex

#FEB38C
(254,179,140)
0 Favorites   0 Comments

Color spaces of #feb38c

RGB 254179140
HSL0.060.980.77
HSV21°45°100°
CMYK 0.000.300.45   0.00
XYZ61.726855.204532.2131
Yxy55.20450.41390.3701
Hunter Lab74.299718.269926.3043
CIE-Lab79.158922.826230.8007

#feb38c color RGB value is (254,179,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 10001100
Octal 376 263 214
Decimal 254 179 140
Hex FE B3 8C

RGB Percentages of Color #feb38c

%44.33
%31.24
%24.43

CMYK Percentages of Color #feb38c

%0
%30
%45
%0

Triadic Colors of #feb38c

#feb38c #8cfeb3 #b38cfe

Analogous Colors of #feb38c

#feb38c #feec8c #fe8c9e

Monochromatic Colors of #feb38c

#feb38c

Complementary Color

#feb38c #8cd7fe

#feb38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb38c Color CSS Codes

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

#feb38c Text Font Color

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

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


#feb38c Background Color

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

This div background color is #feb38c


#feb38c Border Color

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

This div border color is #feb38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb38c


Comments

No comments written yet.

Please login to write comment.