Color Hex Logo

#fef532 Color Hex

#FEF532
(254,245,50)
0 Favorites   0 Comments

Color spaces of #fef532

RGB 25424550
HSL0.160.990.60
HSV57°80°100°
CMYK 0.000.040.80   0.00
XYZ74.101286.605915.8287
Yxy86.60590.41980.4906
Hunter Lab93.0623-20.727755.0591
CIE-Lab94.5708-16.413585.4774

#fef532 color RGB value is (254,245,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00110010
Octal 376 365 62
Decimal 254 245 50
Hex FE F5 32

RGB Percentages of Color #fef532

%46.27
%44.63
%9.11

CMYK Percentages of Color #fef532

%0
%4
%80
%0

Triadic Colors of #fef532

#fef532 #32fef5 #f532fe

Analogous Colors of #fef532

#fef532 #a1fe32 #fe8f32

Monochromatic Colors of #fef532

#fef532

Complementary Color

#fef532 #323bfe

#fef532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef532 Color CSS Codes

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

#fef532 Text Font Color

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

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


#fef532 Background Color

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

This div background color is #fef532


#fef532 Border Color

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

This div border color is #fef532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef532


Comments

No comments written yet.

Please login to write comment.