Color Hex Logo

#febc20 Color Hex

#FEBC20
(254,188,32)
0 Favorites   0 Comments

Color spaces of #febc20

RGB 25418832
HSL0.120.990.56
HSV42°87°100°
CMYK 0.000.260.87   0.00
XYZ59.117057.14169.2801
Yxy57.14160.47090.4552
Hunter Lab75.59217.310445.6357
CIE-Lab80.259211.893377.9482

#febc20 color RGB value is (254,188,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 00100000
Octal 376 274 40
Decimal 254 188 32
Hex FE BC 20

RGB Percentages of Color #febc20

%53.59
%39.66
%6.75

CMYK Percentages of Color #febc20

%0
%26
%87
%0

Triadic Colors of #febc20

#febc20 #20febc #bc20fe

Analogous Colors of #febc20

#febc20 #d1fe20 #fe4d20

Monochromatic Colors of #febc20

#febc20

Complementary Color

#febc20 #2062fe

#febc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc20 Color CSS Codes

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

#febc20 Text Font Color

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

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


#febc20 Background Color

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

This div background color is #febc20


#febc20 Border Color

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

This div border color is #febc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc20

Related Colors


Comments

No comments written yet.

Please login to write comment.