Color Hex Logo

#fefa33 Color Hex

#FEFA33
(254,250,51)
0 Favorites   0 Comments

Color spaces of #fefa33

RGB 25425051
HSL0.160.990.60
HSV59°80°100°
CMYK 0.000.020.80   0.00
XYZ75.656289.681116.4546
Yxy89.68110.41620.4933
Hunter Lab94.7001-23.121055.9882
CIE-Lab95.8643-18.792386.3394

#fefa33 color RGB value is (254,250,51).

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

The process color (four color CMYK) of #fefa33 color hex is 0.00, 0.02, 0.80, 0.00. Web safe color of #fefa33 is #ffff33. Color #fefa33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00110011
Octal 376 372 63
Decimal 254 250 51
Hex FE FA 33

RGB Percentages of Color #fefa33

%45.77
%45.05
%9.19

CMYK Percentages of Color #fefa33

%0
%2
%80
%0

Triadic Colors of #fefa33

#fefa33 #33fefa #fa33fe

Analogous Colors of #fefa33

#fefa33 #9dfe33 #fe9533

Monochromatic Colors of #fefa33

#fefa33

Complementary Color

#fefa33 #3337fe

#fefa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa33 Color CSS Codes

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

#fefa33 Text Font Color

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

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


#fefa33 Background Color

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

This div background color is #fefa33


#fefa33 Border Color

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

This div border color is #fefa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa33

Related Colors


Comments

No comments written yet.

Please login to write comment.