Color Hex Logo

#fefb20 Color Hex

#FEFB20
(254,251,32)
0 Favorites   0 Comments

Color spaces of #fefb20

RGB 25425132
HSL0.160.990.56
HSV59°87°100°
CMYK 0.000.010.87   0.00
XYZ75.630990.169514.7848
Yxy90.16950.41880.4993
Hunter Lab94.9576-24.005957.2389
CIE-Lab96.0670-19.717790.4217

#fefb20 color RGB value is (254,251,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 00100000
Octal 376 373 40
Decimal 254 251 32
Hex FE FB 20

RGB Percentages of Color #fefb20

%47.30
%46.74
%5.96

CMYK Percentages of Color #fefb20

%0
%1
%87
%0

Triadic Colors of #fefb20

#fefb20 #20fefb #fb20fe

Analogous Colors of #fefb20

#fefb20 #92fe20 #fe8c20

Monochromatic Colors of #fefb20

#fefb20

Complementary Color

#fefb20 #2023fe

#fefb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb20 Color CSS Codes

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

#fefb20 Text Font Color

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

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


#fefb20 Background Color

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

This div background color is #fefb20


#fefb20 Border Color

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

This div border color is #fefb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb20

Related Colors


Comments

No comments written yet.

Please login to write comment.