Color Hex Logo

#feb923 Color Hex

#FEB923
(254,185,35)
0 Favorites   0 Comments

Color spaces of #feb923

RGB 25418535
HSL0.110.990.57
HSV41°86°100°
CMYK 0.000.270.86   0.00
XYZ58.525455.89019.2934
Yxy55.89010.47310.4518
Hunter Lab74.75978.908844.9614
CIE-Lab79.551213.516376.6856

#feb923 color RGB value is (254,185,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00100011
Octal 376 271 43
Decimal 254 185 35
Hex FE B9 23

RGB Percentages of Color #feb923

%53.59
%39.03
%7.38

CMYK Percentages of Color #feb923

%0
%27
%86
%0

Triadic Colors of #feb923

#feb923 #23feb9 #b923fe

Analogous Colors of #feb923

#feb923 #d6fe23 #fe4c23

Monochromatic Colors of #feb923

#feb923

Complementary Color

#feb923 #2368fe

#feb923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb923 Color CSS Codes

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

#feb923 Text Font Color

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

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


#feb923 Background Color

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

This div background color is #feb923


#feb923 Border Color

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

This div border color is #feb923


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,185,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 #feb923">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb923


Comments

No comments written yet.

Please login to write comment.