Color Hex Logo

#fef67a Color Hex

#FEF67A
(254,246,122)
0 Favorites   0 Comments

Color spaces of #fef67a

RGB 254246122
HSL0.160.990.74
HSV56°52°100°
CMYK 0.000.030.52   0.00
XYZ77.341788.387531.3965
Yxy88.38750.39230.4484
Hunter Lab94.0146-17.681546.0101
CIE-Lab95.3239-13.046859.8070

#fef67a color RGB value is (254,246,122).

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

The process color (four color CMYK) of #fef67a color hex is 0.00, 0.03, 0.52, 0.00. Web safe color of #fef67a is #ffff66. Color #fef67a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 01111010
Octal 376 366 172
Decimal 254 246 122
Hex FE F6 7A

RGB Percentages of Color #fef67a

%40.84
%39.55
%19.61

CMYK Percentages of Color #fef67a

%0
%3
%52
%0

Triadic Colors of #fef67a

#fef67a #7afef6 #f67afe

Analogous Colors of #fef67a

#fef67a #c4fe7a #feb47a

Monochromatic Colors of #fef67a

#fef67a

Complementary Color

#fef67a #7a82fe

#fef67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef67a Color CSS Codes

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

#fef67a Text Font Color

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

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


#fef67a Background Color

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

This div background color is #fef67a


#fef67a Border Color

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

This div border color is #fef67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef67a

Related Colors


Comments

No comments written yet.

Please login to write comment.