Color Hex Logo

#fef32c Color Hex

#FEF32C
(254,243,44)
0 Favorites   0 Comments

Color spaces of #fef32c

RGB 25424344
HSL0.160.990.58
HSV57°83°100°
CMYK 0.000.040.83   0.00
XYZ73.378385.353914.9904
Yxy85.35390.42240.4913
Hunter Lab92.3872-19.904355.0508
CIE-Lab94.0354-15.607186.4446

#fef32c color RGB value is (254,243,44).

#fef32c hex color red value is 254, green value is 243 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fef32c hue: 0.16 , saturation: 0.99 and the lightness value of fef32c is 0.58.

The process color (four color CMYK) of #fef32c color hex is 0.00, 0.04, 0.83, 0.00. Web safe color of #fef32c is #ffff33. Color #fef32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 00101100
Octal 376 363 54
Decimal 254 243 44
Hex FE F3 2C

RGB Percentages of Color #fef32c

%46.95
%44.92
%8.13

CMYK Percentages of Color #fef32c

%0
%4
%83
%0

Triadic Colors of #fef32c

#fef32c #2cfef3 #f32cfe

Analogous Colors of #fef32c

#fef32c #a0fe2c #fe8a2c

Monochromatic Colors of #fef32c

#fef32c

Complementary Color

#fef32c #2c37fe

#fef32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef32c Color CSS Codes

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

#fef32c Text Font Color

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

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


#fef32c Background Color

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

This div background color is #fef32c


#fef32c Border Color

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

This div border color is #fef32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef32c


Comments

No comments written yet.

Please login to write comment.