Color Hex Logo

#fefb2f Color Hex

#FEFB2F
(254,251,47)
0 Favorites   0 Comments

Color spaces of #fefb2f

RGB 25425147
HSL0.160.990.59
HSV59°81°100°
CMYK 0.000.010.81   0.00
XYZ75.883390.270416.1138
Yxy90.27040.41630.4953
Hunter Lab95.0107-23.704256.4519
CIE-Lab96.1088-19.383087.5016

#fefb2f color RGB value is (254,251,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 00101111
Octal 376 373 57
Decimal 254 251 47
Hex FE FB 2F

RGB Percentages of Color #fefb2f

%46.01
%45.47
%8.51

CMYK Percentages of Color #fefb2f

%0
%1
%81
%0

Triadic Colors of #fefb2f

#fefb2f #2ffefb #fb2ffe

Analogous Colors of #fefb2f

#fefb2f #9afe2f #fe942f

Monochromatic Colors of #fefb2f

#fefb2f

Complementary Color

#fefb2f #2f32fe

#fefb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb2f Color CSS Codes

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

#fefb2f Text Font Color

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

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


#fefb2f Background Color

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

This div background color is #fefb2f


#fefb2f Border Color

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

This div border color is #fefb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb2f


Comments

No comments written yet.

Please login to write comment.