color codes Logo

#feb08c color codes

#FEB08C
(254,176,140)
0 Favorites   0 Comments

Color spaces of #feb08c

RGB 254176140
HSL0.050.980.77
HSV19°45°100°
CMYK 0.000.310.45   0.00
XYZ61.132054.014932.0149
Yxy54.01490.41540.3670
Hunter Lab73.494819.857925.6192
CIE-Lab78.470424.398629.8875

#feb08c color RGB value is (254,176,140).

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

The process color (four color CMYK) of #feb08c color code is 0.00, 0.31, 0.45, 0.00. Web safe color of #feb08c is #ff9999. Color #feb08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 10001100
Octal 376 260 214
Decimal 254 176 140
Hex FE B0 8C

RGB Percentages of Color #feb08c

%44.56
%30.88
%24.56

CMYK Percentages of Color #feb08c

%0
%31
%45
%0

Triadic Colors of #feb08c

#feb08c #8cfeb0 #b08cfe

Analogous Colors of #feb08c

#feb08c #fee98c #fe8ca1

Monochromatic Colors of #feb08c

#feb08c

Complementary Color

#feb08c #8cdafe

#feb08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb08c Color CSS Codes

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

#feb08c Text Font Color

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

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


#feb08c Background Color

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

This div background color is #feb08c


#feb08c Border Color

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

This div border color is #feb08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb08c


Comments

No comments written yet.

Please login to write comment.