Color Hex Logo

#fefb33 Color Hex

#FEFB33
(254,251,51)
0 Favorites   0 Comments

Color spaces of #fefb33

RGB 25425151
HSL0.160.990.60
HSV59°80°100°
CMYK 0.000.010.80   0.00
XYZ75.967890.304216.5585
Yxy90.30420.41550.4939
Hunter Lab95.0285-23.603356.1888
CIE-Lab96.1228-19.271286.5613

#fefb33 color RGB value is (254,251,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 00110011
Octal 376 373 63
Decimal 254 251 51
Hex FE FB 33

RGB Percentages of Color #fefb33

%45.68
%45.14
%9.17

CMYK Percentages of Color #fefb33

%0
%1
%80
%0

Triadic Colors of #fefb33

#fefb33 #33fefb #fb33fe

Analogous Colors of #fefb33

#fefb33 #9cfe33 #fe9633

Monochromatic Colors of #fefb33

#fefb33

Complementary Color

#fefb33 #3336fe

#fefb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb33 Color CSS Codes

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

#fefb33 Text Font Color

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

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


#fefb33 Background Color

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

This div background color is #fefb33


#fefb33 Border Color

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

This div border color is #fefb33


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,251,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 #fefb33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb33

Related Colors


Comments

No comments written yet.

Please login to write comment.