Color Hex Logo

#fef35a Color Hex

#FEF35A
(254,243,90)
0 Favorites   0 Comments

Color spaces of #fef35a

RGB 25424390
HSL0.160.990.67
HSV56°65°100°
CMYK 0.000.040.65   0.00
XYZ74.769185.910222.3144
Yxy85.91020.40860.4695
Hunter Lab92.6878-18.211750.6075
CIE-Lab94.2739-13.755472.2118

#fef35a color RGB value is (254,243,90).

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

The process color (four color CMYK) of #fef35a color hex is 0.00, 0.04, 0.65, 0.00. Web safe color of #fef35a is #ffff66. Color #fef35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01011010
Octal 376 363 132
Decimal 254 243 90
Hex FE F3 5A

RGB Percentages of Color #fef35a

%43.27
%41.40
%15.33

CMYK Percentages of Color #fef35a

%0
%4
%65
%0

Triadic Colors of #fef35a

#fef35a #5afef3 #f35afe

Analogous Colors of #fef35a

#fef35a #b7fe5a #fea15a

Monochromatic Colors of #fef35a

#fef35a

Complementary Color

#fef35a #5a65fe

#fef35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef35a Color CSS Codes

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

#fef35a Text Font Color

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

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


#fef35a Background Color

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

This div background color is #fef35a


#fef35a Border Color

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

This div border color is #fef35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef35a

Related Colors


Comments

No comments written yet.

Please login to write comment.