Color Hex Logo

#feb943 Color Hex

#FEB943
(254,185,67)
0 Favorites   0 Comments

Color spaces of #feb943

RGB 25418567
HSL0.110.990.63
HSV38°74°100°
CMYK 0.000.270.74   0.00
XYZ59.235156.174013.0308
Yxy56.17400.46120.4374
Hunter Lab74.94939.913642.1563
CIE-Lab79.712714.532666.4621

#feb943 color RGB value is (254,185,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01000011
Octal 376 271 103
Decimal 254 185 67
Hex FE B9 43

RGB Percentages of Color #feb943

%50.20
%36.56
%13.24

CMYK Percentages of Color #feb943

%0
%27
%74
%0

Triadic Colors of #feb943

#feb943 #43feb9 #b943fe

Analogous Colors of #feb943

#feb943 #e6fe43 #fe5b43

Monochromatic Colors of #feb943

#feb943

Complementary Color

#feb943 #4388fe

#feb943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb943 Color CSS Codes

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

#feb943 Text Font Color

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

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


#feb943 Background Color

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

This div background color is #feb943


#feb943 Border Color

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

This div border color is #feb943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb943

Related Colors


Comments

No comments written yet.

Please login to write comment.