Color Hex Logo

#feb32f Color Hex

#FEB32F
(254,179,47)
0 Favorites   0 Comments

Color spaces of #feb32f

RGB 25417947
HSL0.110.990.59
HSV38°81°100°
CMYK 0.000.300.81   0.00
XYZ57.506253.51639.9881
Yxy53.51630.47520.4422
Hunter Lab73.154812.295943.1133
CIE-Lab78.178816.948072.1778

#feb32f color RGB value is (254,179,47).

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

The process color (four color CMYK) of #feb32f color hex is 0.00, 0.30, 0.81, 0.00. Web safe color of #feb32f is #ffcc33. Color #feb32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00101111
Octal 376 263 57
Decimal 254 179 47
Hex FE B3 2F

RGB Percentages of Color #feb32f

%52.92
%37.29
%9.79

CMYK Percentages of Color #feb32f

%0
%30
%81
%0

Triadic Colors of #feb32f

#feb32f #2ffeb3 #b32ffe

Analogous Colors of #feb32f

#feb32f #e2fe2f #fe4c2f

Monochromatic Colors of #feb32f

#feb32f

Complementary Color

#feb32f #2f7afe

#feb32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb32f Color CSS Codes

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

#feb32f Text Font Color

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

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


#feb32f Background Color

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

This div background color is #feb32f


#feb32f Border Color

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

This div border color is #feb32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb32f


Comments

No comments written yet.

Please login to write comment.