Color Hex Logo

#febe01 Color Hex

#FEBE01
(254,190,1)
0 Favorites   0 Comments

Color spaces of #febe01

RGB 2541901
HSL0.120.990.50
HSV45°100°100°
CMYK 0.000.251.00   0.00
XYZ59.292057.89998.0795
Yxy57.89990.47330.4622
Hunter Lab76.09205.928946.9689
CIE-Lab80.683110.486782.6514

#febe01 color RGB value is (254,190,1).

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

The process color (four color CMYK) of #febe01 color hex is 0.00, 0.25, 1.00, 0.00. Web safe color of #febe01 is #ffcc00. Color #febe01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00000001
Octal 376 276 1
Decimal 254 190 1
Hex FE BE 1

RGB Percentages of Color #febe01

%57.08
%42.70
%0.22

CMYK Percentages of Color #febe01

%0
%25
%100
%0

Triadic Colors of #febe01

#febe01 #01febe #be01fe

Analogous Colors of #febe01

#febe01 #c0fe01 #fe3f01

Monochromatic Colors of #febe01

#febe01

Complementary Color

#febe01 #0141fe

#febe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe01 Color CSS Codes

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

#febe01 Text Font Color

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

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


#febe01 Background Color

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

This div background color is #febe01


#febe01 Border Color

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

This div border color is #febe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe01

#febe01 Color Palettes


Comments

No comments written yet.

Please login to write comment.