Color Hex Logo

#feb06d Color Hex

#FEB06D
(254,176,109)
0 Favorites   0 Comments

Color spaces of #feb06d

RGB 254176109
HSL0.080.990.71
HSV28°57°100°
CMYK 0.000.310.57   0.00
XYZ59.158753.225621.6236
Yxy53.22560.44150.3972
Hunter Lab72.955917.069933.4960
CIE-Lab78.008021.696945.3966

#feb06d color RGB value is (254,176,109).

#feb06d hex color red value is 254, green value is 176 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #feb06d hue: 0.08 , saturation: 0.99 and the lightness value of feb06d is 0.71.

The process color (four color CMYK) of #feb06d color hex is 0.00, 0.31, 0.57, 0.00. Web safe color of #feb06d is #ff9966. Color #feb06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01101101
Octal 376 260 155
Decimal 254 176 109
Hex FE B0 6D

RGB Percentages of Color #feb06d

%47.12
%32.65
%20.22

CMYK Percentages of Color #feb06d

%0
%31
%57
%0

Triadic Colors of #feb06d

#feb06d #6dfeb0 #b06dfe

Analogous Colors of #feb06d

#feb06d #fef96d #fe6d73

Monochromatic Colors of #feb06d

#feb06d

Complementary Color

#feb06d #6dbbfe

#feb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb06d Color CSS Codes

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

#feb06d Text Font Color

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

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


#feb06d Background Color

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

This div background color is #feb06d


#feb06d Border Color

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

This div border color is #feb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb06d


Comments

No comments written yet.

Please login to write comment.