Color Hex Logo

#feb73c Color Hex

#FEB73C
(254,183,60)
0 Favorites   0 Comments

Color spaces of #feb73c

RGB 25418360
HSL0.110.990.62
HSV38°76°100°
CMYK 0.000.280.76   0.00
XYZ58.622155.264011.8523
Yxy55.26400.46620.4395
Hunter Lab74.339810.665242.5850
CIE-Lab79.193115.294168.6317

#feb73c color RGB value is (254,183,60).

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

The process color (four color CMYK) of #feb73c color hex is 0.00, 0.28, 0.76, 0.00. Web safe color of #feb73c is #ffcc33. Color #feb73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00111100
Octal 376 267 74
Decimal 254 183 60
Hex FE B7 3C

RGB Percentages of Color #feb73c

%51.11
%36.82
%12.07

CMYK Percentages of Color #feb73c

%0
%28
%76
%0

Triadic Colors of #feb73c

#feb73c #3cfeb7 #b73cfe

Analogous Colors of #feb73c

#feb73c #e4fe3c #fe563c

Monochromatic Colors of #feb73c

#feb73c

Complementary Color

#feb73c #3c83fe

#feb73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb73c Color CSS Codes

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

#feb73c Text Font Color

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

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


#feb73c Background Color

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

This div background color is #feb73c


#feb73c Border Color

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

This div border color is #feb73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb73c

Related Colors


Comments

No comments written yet.

Please login to write comment.