Color Hex Logo

#feb532 Color Hex

#FEB532
(254,181,50)
0 Favorites   0 Comments

Color spaces of #feb532

RGB 25418150
HSL0.110.990.60
HSV39°80°100°
CMYK 0.000.290.80   0.00
XYZ57.972654.348910.4525
Yxy54.34890.47220.4427
Hunter Lab73.721711.354243.1989
CIE-Lab78.664715.993871.6387

#feb532 color RGB value is (254,181,50).

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

The process color (four color CMYK) of #feb532 color hex is 0.00, 0.29, 0.80, 0.00. Web safe color of #feb532 is #ffcc33. Color #feb532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00110010
Octal 376 265 62
Decimal 254 181 50
Hex FE B5 32

RGB Percentages of Color #feb532

%52.37
%37.32
%10.31

CMYK Percentages of Color #feb532

%0
%29
%80
%0

Triadic Colors of #feb532

#feb532 #32feb5 #b532fe

Analogous Colors of #feb532

#feb532 #e1fe32 #fe4f32

Monochromatic Colors of #feb532

#feb532

Complementary Color

#feb532 #327bfe

#feb532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb532 Color CSS Codes

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

#feb532 Text Font Color

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

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


#feb532 Background Color

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

This div background color is #feb532


#feb532 Border Color

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

This div border color is #feb532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb532


Comments

No comments written yet.

Please login to write comment.