Color Hex Logo

#fefb28 Color Hex

#FEFB28
(254,251,40)
0 Favorites   0 Comments

Color spaces of #fefb28

RGB 25425140
HSL0.160.990.58
HSV59°84°100°
CMYK 0.000.010.84   0.00
XYZ75.753290.218415.4288
Yxy90.21840.41760.4973
Hunter Lab94.9834-23.859756.8575
CIE-Lab96.0873-19.555488.9852

#fefb28 color RGB value is (254,251,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 00101000
Octal 376 373 50
Decimal 254 251 40
Hex FE FB 28

RGB Percentages of Color #fefb28

%46.61
%46.06
%7.34

CMYK Percentages of Color #fefb28

%0
%1
%84
%0

Triadic Colors of #fefb28

#fefb28 #28fefb #fb28fe

Analogous Colors of #fefb28

#fefb28 #96fe28 #fe9028

Monochromatic Colors of #fefb28

#fefb28

Complementary Color

#fefb28 #282bfe

#fefb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb28 Color CSS Codes

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

#fefb28 Text Font Color

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

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


#fefb28 Background Color

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

This div background color is #fefb28


#fefb28 Border Color

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

This div border color is #fefb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb28

Related Colors


Comments

No comments written yet.

Please login to write comment.