Color Hex Logo

#feb320 Color Hex

#FEB320
(254,179,32)
0 Favorites   0 Comments

Color spaces of #feb320

RGB 25417932
HSL0.110.990.56
HSV40°87°100°
CMYK 0.000.300.87   0.00
XYZ57.253953.41538.6591
Yxy53.41530.47980.4476
Hunter Lab73.085811.933244.1354
CIE-Lab78.119616.584276.2680

#feb320 color RGB value is (254,179,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00100000
Octal 376 263 40
Decimal 254 179 32
Hex FE B3 20

RGB Percentages of Color #feb320

%54.62
%38.49
%6.88

CMYK Percentages of Color #feb320

%0
%30
%87
%0

Triadic Colors of #feb320

#feb320 #20feb3 #b320fe

Analogous Colors of #feb320

#feb320 #dafe20 #fe4420

Monochromatic Colors of #feb320

#feb320

Complementary Color

#feb320 #206bfe

#feb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb320 Color CSS Codes

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

#feb320 Text Font Color

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

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


#feb320 Background Color

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

This div background color is #feb320


#feb320 Border Color

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

This div border color is #feb320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb320


Comments

No comments written yet.

Please login to write comment.