Color Hex Logo

#feb34e Color Hex

#FEB34E
(254,179,78)
0 Favorites   0 Comments

Color spaces of #feb34e

RGB 25417978
HSL0.100.990.65
HSV34°69°100°
CMYK 0.000.300.69   0.00
XYZ58.368353.861114.5276
Yxy53.86110.46050.4249
Hunter Lab73.390113.531139.6366
CIE-Lab78.380718.180860.5276

#feb34e color RGB value is (254,179,78).

#feb34e hex color red value is 254, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #feb34e hue: 0.10 , saturation: 0.99 and the lightness value of feb34e is 0.65.

The process color (four color CMYK) of #feb34e color hex is 0.00, 0.30, 0.69, 0.00. Web safe color of #feb34e is #ffcc66. Color #feb34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01001110
Octal 376 263 116
Decimal 254 179 78
Hex FE B3 4E

RGB Percentages of Color #feb34e

%49.71
%35.03
%15.26

CMYK Percentages of Color #feb34e

%0
%30
%69
%0

Triadic Colors of #feb34e

#feb34e #4efeb3 #b34efe

Analogous Colors of #feb34e

#feb34e #f1fe4e #fe5b4e

Monochromatic Colors of #feb34e

#feb34e

Complementary Color

#feb34e #4e99fe

#feb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb34e Color CSS Codes

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

#feb34e Text Font Color

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

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


#feb34e Background Color

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

This div background color is #feb34e


#feb34e Border Color

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

This div border color is #feb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb34e


Comments

No comments written yet.

Please login to write comment.