Color Hex Logo

#febe20 Color Hex

#FEBE20
(254,190,32)
0 Favorites   0 Comments

Color spaces of #febe20

RGB 25419032
HSL0.120.990.56
HSV43°87°100°
CMYK 0.000.250.87   0.00
XYZ59.547258.00209.4235
Yxy58.00200.46900.4568
Hunter Lab76.15906.287245.9751
CIE-Lab80.739910.854078.3261

#febe20 color RGB value is (254,190,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00100000
Octal 376 276 40
Decimal 254 190 32
Hex FE BE 20

RGB Percentages of Color #febe20

%53.36
%39.92
%6.72

CMYK Percentages of Color #febe20

%0
%25
%87
%0

Triadic Colors of #febe20

#febe20 #20febe #be20fe

Analogous Colors of #febe20

#febe20 #cffe20 #fe4f20

Monochromatic Colors of #febe20

#febe20

Complementary Color

#febe20 #2060fe

#febe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe20 Color CSS Codes

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

#febe20 Text Font Color

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

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


#febe20 Background Color

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

This div background color is #febe20


#febe20 Border Color

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

This div border color is #febe20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe20


Comments

No comments written yet.

Please login to write comment.