Color Hex Logo

#fec232 Color Hex

#FEC232
(254,194,50)
0 Favorites   0 Comments

Color spaces of #fec232

RGB 25419450
HSL0.120.990.60
HSV42°80°100°
CMYK 0.000.240.80   0.00
XYZ60.740659.884711.3751
Yxy59.88470.46020.4537
Hunter Lab77.38524.682745.4544
CIE-Lab81.77559.229574.3833

#fec232 color RGB value is (254,194,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00110010
Octal 376 302 62
Decimal 254 194 50
Hex FE C2 32

RGB Percentages of Color #fec232

%51.00
%38.96
%10.04

CMYK Percentages of Color #fec232

%0
%24
%80
%0

Triadic Colors of #fec232

#fec232 #32fec2 #c232fe

Analogous Colors of #fec232

#fec232 #d4fe32 #fe5c32

Monochromatic Colors of #fec232

#fec232

Complementary Color

#fec232 #326efe

#fec232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec232 Color CSS Codes

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

#fec232 Text Font Color

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

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


#fec232 Background Color

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

This div background color is #fec232


#fec232 Border Color

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

This div border color is #fec232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec232


Comments

No comments written yet.

Please login to write comment.