Color Hex Logo

#fef68a Color Hex

#FEF68A
(254,246,138)
0 Favorites   0 Comments

Color spaces of #fef68a

RGB 254246138
HSL0.160.980.77
HSV56°46°100°
CMYK 0.000.030.46   0.00
XYZ78.416388.817337.0552
Yxy88.81730.38390.4348
Hunter Lab94.2429-16.401442.6579
CIE-Lab95.5040-11.671452.6137

#fef68a color RGB value is (254,246,138).

#fef68a hex color red value is 254, green value is 246 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fef68a hue: 0.16 , saturation: 0.98 and the lightness value of fef68a is 0.77.

The process color (four color CMYK) of #fef68a color hex is 0.00, 0.03, 0.46, 0.00. Web safe color of #fef68a is #ffff99. Color #fef68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 10001010
Octal 376 366 212
Decimal 254 246 138
Hex FE F6 8A

RGB Percentages of Color #fef68a

%39.81
%38.56
%21.63

CMYK Percentages of Color #fef68a

%0
%3
%46
%0

Triadic Colors of #fef68a

#fef68a #8afef6 #f68afe

Analogous Colors of #fef68a

#fef68a #ccfe8a #febc8a

Monochromatic Colors of #fef68a

#fef68a

Complementary Color

#fef68a #8a92fe

#fef68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef68a Color CSS Codes

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

#fef68a Text Font Color

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

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


#fef68a Background Color

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

This div background color is #fef68a


#fef68a Border Color

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

This div border color is #fef68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef68a

Related Colors

#fef68a Color Palettes


Comments

No comments written yet.

Please login to write comment.