Color Hex Logo

#febd20 Color Hex

#FEBD20
(254,189,32)
0 Favorites   0 Comments

Color spaces of #febd20

RGB 25418932
HSL0.120.990.56
HSV42°87°100°
CMYK 0.000.260.87   0.00
XYZ59.331457.57039.3516
Yxy57.57030.46990.4560
Hunter Lab75.87516.798745.8051
CIE-Lab80.499311.373678.1368

#febd20 color RGB value is (254,189,32).

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

The process color (four color CMYK) of #febd20 color hex is 0.00, 0.26, 0.87, 0.00. Web safe color of #febd20 is #ffcc33. Color #febd20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00100000
Octal 376 275 40
Decimal 254 189 32
Hex FE BD 20

RGB Percentages of Color #febd20

%53.47
%39.79
%6.74

CMYK Percentages of Color #febd20

%0
%26
%87
%0

Triadic Colors of #febd20

#febd20 #20febd #bd20fe

Analogous Colors of #febd20

#febd20 #d0fe20 #fe4e20

Monochromatic Colors of #febd20

#febd20

Complementary Color

#febd20 #2061fe

#febd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd20 Color CSS Codes

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

#febd20 Text Font Color

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

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


#febd20 Background Color

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

This div background color is #febd20


#febd20 Border Color

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

This div border color is #febd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd20


Comments

No comments written yet.

Please login to write comment.