Color Hex Logo

#feb232 Color Hex

#FEB232
(254,178,50)
0 Favorites   0 Comments

Color spaces of #feb232

RGB 25417850
HSL0.100.990.60
HSV38°80°100°
CMYK 0.000.300.80   0.00
XYZ57.369253.141910.2513
Yxy53.14190.47510.4401
Hunter Lab72.898512.902542.6913
CIE-Lab77.958717.560871.0128

#feb232 color RGB value is (254,178,50).

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

The process color (four color CMYK) of #feb232 color hex is 0.00, 0.30, 0.80, 0.00. Web safe color of #feb232 is #ff9933. Color #feb232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00110010
Octal 376 262 62
Decimal 254 178 50
Hex FE B2 32

RGB Percentages of Color #feb232

%52.70
%36.93
%10.37

CMYK Percentages of Color #feb232

%0
%30
%80
%0

Triadic Colors of #feb232

#feb232 #32feb2 #b232fe

Analogous Colors of #feb232

#feb232 #e4fe32 #fe4c32

Monochromatic Colors of #feb232

#feb232

Complementary Color

#feb232 #327efe

#feb232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb232 Color CSS Codes

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

#feb232 Text Font Color

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

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


#feb232 Background Color

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

This div background color is #feb232


#feb232 Border Color

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

This div border color is #feb232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb232

Related Colors


Comments

No comments written yet.

Please login to write comment.