Color Hex Logo

#febe41 Color Hex

#FEBE41
(254,190,65)
0 Favorites   0 Comments

Color spaces of #febe41

RGB 25419065
HSL0.110.990.63
HSV40°74°100°
CMYK 0.000.250.74   0.00
XYZ60.240658.279413.0751
Yxy58.27940.45780.4429
Hunter Lab76.34097.257643.2839
CIE-Lab80.893911.844568.3869

#febe41 color RGB value is (254,190,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01000001
Octal 376 276 101
Decimal 254 190 65
Hex FE BE 41

RGB Percentages of Color #febe41

%49.90
%37.33
%12.77

CMYK Percentages of Color #febe41

%0
%25
%74
%0

Triadic Colors of #febe41

#febe41 #41febe #be41fe

Analogous Colors of #febe41

#febe41 #e0fe41 #fe5f41

Monochromatic Colors of #febe41

#febe41

Complementary Color

#febe41 #4181fe

#febe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe41 Color CSS Codes

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

#febe41 Text Font Color

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

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


#febe41 Background Color

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

This div background color is #febe41


#febe41 Border Color

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

This div border color is #febe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe41

Related Colors


Comments

No comments written yet.

Please login to write comment.