Color Hex Logo

#febe15 Color Hex

#FEBE15
(254,190,21)
0 Favorites   0 Comments

Color spaces of #febe15

RGB 25419021
HSL0.120.990.54
HSV44°92°100°
CMYK 0.000.250.92   0.00
XYZ59.421957.95198.7634
Yxy57.95190.47110.4594
Hunter Lab76.12616.111346.4630
CIE-Lab80.712010.673880.3939

#febe15 color RGB value is (254,190,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00010101
Octal 376 276 25
Decimal 254 190 21
Hex FE BE 15

RGB Percentages of Color #febe15

%54.62
%40.86
%4.52

CMYK Percentages of Color #febe15

%0
%25
%92
%0

Triadic Colors of #febe15

#febe15 #15febe #be15fe

Analogous Colors of #febe15

#febe15 #cafe15 #fe4915

Monochromatic Colors of #febe15

#febe15

Complementary Color

#febe15 #1555fe

#febe15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe15 Color CSS Codes

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

#febe15 Text Font Color

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

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


#febe15 Background Color

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

This div background color is #febe15


#febe15 Border Color

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

This div border color is #febe15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe15

Related Colors


Comments

No comments written yet.

Please login to write comment.