Color Hex Logo

#feb72b Color Hex

#FEB72B
(254,183,43)
0 Favorites   0 Comments

Color spaces of #feb72b

RGB 25418343
HSL0.110.990.58
HSV40°83°100°
CMYK 0.000.280.83   0.00
XYZ58.242655.11229.8535
Yxy55.11220.47270.4473
Hunter Lab74.237610.125244.0968
CIE-Lab79.105914.749874.1831

#feb72b color RGB value is (254,183,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00101011
Octal 376 267 53
Decimal 254 183 43
Hex FE B7 2B

RGB Percentages of Color #feb72b

%52.92
%38.13
%8.96

CMYK Percentages of Color #feb72b

%0
%28
%83
%0

Triadic Colors of #feb72b

#feb72b #2bfeb7 #b72bfe

Analogous Colors of #feb72b

#feb72b #dcfe2b #fe4e2b

Monochromatic Colors of #feb72b

#feb72b

Complementary Color

#feb72b #2b72fe

#feb72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb72b Color CSS Codes

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

#feb72b Text Font Color

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

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


#feb72b Background Color

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

This div background color is #feb72b


#feb72b Border Color

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

This div border color is #feb72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb72b


Comments

No comments written yet.

Please login to write comment.