Color Hex Logo

#feb236 Color Hex

#FEB236
(254,178,54)
0 Favorites   0 Comments

Color spaces of #feb236

RGB 25417854
HSL0.100.990.60
HSV37°79°100°
CMYK 0.000.300.79   0.00
XYZ57.459353.178010.7260
Yxy53.17800.47340.4382
Hunter Lab72.923213.032042.3255
CIE-Lab77.980017.690269.6662

#feb236 color RGB value is (254,178,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00110110
Octal 376 262 66
Decimal 254 178 54
Hex FE B2 36

RGB Percentages of Color #feb236

%52.26
%36.63
%11.11

CMYK Percentages of Color #feb236

%0
%30
%79
%0

Triadic Colors of #feb236

#feb236 #36feb2 #b236fe

Analogous Colors of #feb236

#feb236 #e6fe36 #fe4e36

Monochromatic Colors of #feb236

#feb236

Complementary Color

#feb236 #3682fe

#feb236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb236 Color CSS Codes

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

#feb236 Text Font Color

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

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


#feb236 Background Color

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

This div background color is #feb236


#feb236 Border Color

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

This div border color is #feb236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb236

#feb236 Color Palettes


Comments

No comments written yet.

Please login to write comment.