Color Hex Logo

#fec236 Color Hex

#FEC236
(254,194,54)
0 Favorites   0 Comments

Color spaces of #fec236

RGB 25419454
HSL0.120.990.60
HSV42°79°100°
CMYK 0.000.240.79   0.00
XYZ60.830759.920711.8498
Yxy59.92070.45870.4519
Hunter Lab77.40854.807745.1097
CIE-Lab81.79519.357973.1246

#fec236 color RGB value is (254,194,54).

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

The process color (four color CMYK) of #fec236 color hex is 0.00, 0.24, 0.79, 0.00. Web safe color of #fec236 is #ffcc33. Color #fec236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00110110
Octal 376 302 66
Decimal 254 194 54
Hex FE C2 36

RGB Percentages of Color #fec236

%50.60
%38.65
%10.76

CMYK Percentages of Color #fec236

%0
%24
%79
%0

Triadic Colors of #fec236

#fec236 #36fec2 #c236fe

Analogous Colors of #fec236

#fec236 #d6fe36 #fe5e36

Monochromatic Colors of #fec236

#fec236

Complementary Color

#fec236 #3672fe

#fec236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec236 Color CSS Codes

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

#fec236 Text Font Color

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

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


#fec236 Background Color

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

This div background color is #fec236


#fec236 Border Color

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

This div border color is #fec236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec236


Comments

No comments written yet.

Please login to write comment.