Color Hex Logo

#fef732 Color Hex

#FEF732
(254,247,50)
0 Favorites   0 Comments

Color spaces of #fef732

RGB 25424750
HSL0.160.990.60
HSV58°80°100°
CMYK 0.000.030.80   0.00
XYZ74.709587.822616.0315
Yxy87.82260.41840.4918
Hunter Lab93.7137-21.697055.4569
CIE-Lab95.0862-17.379285.9188

#fef732 color RGB value is (254,247,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00110010
Octal 376 367 62
Decimal 254 247 50
Hex FE F7 32

RGB Percentages of Color #fef732

%46.10
%44.83
%9.07

CMYK Percentages of Color #fef732

%0
%3
%80
%0

Triadic Colors of #fef732

#fef732 #32fef7 #f732fe

Analogous Colors of #fef732

#fef732 #9ffe32 #fe9132

Monochromatic Colors of #fef732

#fef732

Complementary Color

#fef732 #3239fe

#fef732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef732 Color CSS Codes

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

#fef732 Text Font Color

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

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


#fef732 Background Color

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

This div background color is #fef732


#fef732 Border Color

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

This div border color is #fef732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef732

Related Colors


Comments

No comments written yet.

Please login to write comment.