Color Hex Logo

#feb323 Color Hex

#FEB323
(254,179,35)
0 Favorites   0 Comments

Color spaces of #feb323

RGB 25417935
HSL0.110.990.57
HSV39°86°100°
CMYK 0.000.300.86   0.00
XYZ57.296553.43248.8837
Yxy53.43240.47900.4467
Hunter Lab73.097511.994343.9626
CIE-Lab78.129616.645675.5481

#feb323 color RGB value is (254,179,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00100011
Octal 376 263 43
Decimal 254 179 35
Hex FE B3 23

RGB Percentages of Color #feb323

%54.27
%38.25
%7.48

CMYK Percentages of Color #feb323

%0
%30
%86
%0

Triadic Colors of #feb323

#feb323 #23feb3 #b323fe

Analogous Colors of #feb323

#feb323 #dcfe23 #fe4623

Monochromatic Colors of #feb323

#feb323

Complementary Color

#feb323 #236efe

#feb323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb323 Color CSS Codes

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

#feb323 Text Font Color

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

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


#feb323 Background Color

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

This div background color is #feb323


#feb323 Border Color

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

This div border color is #feb323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb323


Comments

No comments written yet.

Please login to write comment.