Color Hex Logo

#fef347 Color Hex

#FEF347
(254,243,71)
0 Favorites   0 Comments

Color spaces of #fef347

RGB 25424371
HSL0.160.990.64
HSV56°72°100°
CMYK 0.000.040.72   0.00
XYZ74.061085.626918.5855
Yxy85.62690.41540.4803
Hunter Lab92.5348-19.071952.8660
CIE-Lab94.1526-14.694178.9749

#fef347 color RGB value is (254,243,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01000111
Octal 376 363 107
Decimal 254 243 71
Hex FE F3 47

RGB Percentages of Color #fef347

%44.72
%42.78
%12.50

CMYK Percentages of Color #fef347

%0
%4
%72
%0

Triadic Colors of #fef347

#fef347 #47fef3 #f347fe

Analogous Colors of #fef347

#fef347 #aefe47 #fe9847

Monochromatic Colors of #fef347

#fef347

Complementary Color

#fef347 #4752fe

#fef347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef347 Color CSS Codes

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

#fef347 Text Font Color

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

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


#fef347 Background Color

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

This div background color is #fef347


#fef347 Border Color

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

This div border color is #fef347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef347


Comments

No comments written yet.

Please login to write comment.