Color Hex Logo

#fef327 Color Hex

#FEF327
(254,243,39)
0 Favorites   0 Comments

Color spaces of #fef327

RGB 25424339
HSL0.160.990.57
HSV57°85°100°
CMYK 0.000.040.85   0.00
XYZ73.289985.318514.5248
Yxy85.31850.42330.4928
Hunter Lab92.3680-20.012255.3343
CIE-Lab94.0202-15.725887.4988

#fef327 color RGB value is (254,243,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 00100111
Octal 376 363 47
Decimal 254 243 39
Hex FE F3 27

RGB Percentages of Color #fef327

%47.39
%45.34
%7.28

CMYK Percentages of Color #fef327

%0
%4
%85
%0

Triadic Colors of #fef327

#fef327 #27fef3 #f327fe

Analogous Colors of #fef327

#fef327 #9efe27 #fe8827

Monochromatic Colors of #fef327

#fef327

Complementary Color

#fef327 #2732fe

#fef327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef327 Color CSS Codes

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

#fef327 Text Font Color

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

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


#fef327 Background Color

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

This div background color is #fef327


#fef327 Border Color

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

This div border color is #fef327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef327

Related Colors


Comments

No comments written yet.

Please login to write comment.