Color Hex Logo

#febe46 Color Hex

#FEBE46
(254,190,70)
0 Favorites   0 Comments

Color spaces of #febe46

RGB 25419070
HSL0.110.990.64
HSV39°72°100°
CMYK 0.000.250.72   0.00
XYZ60.392058.339913.8721
Yxy58.33990.45540.4400
Hunter Lab76.38067.469042.6982
CIE-Lab80.927412.059666.4793

#febe46 color RGB value is (254,190,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01000110
Octal 376 276 106
Decimal 254 190 70
Hex FE BE 46

RGB Percentages of Color #febe46

%49.42
%36.96
%13.62

CMYK Percentages of Color #febe46

%0
%25
%72
%0

Triadic Colors of #febe46

#febe46 #46febe #be46fe

Analogous Colors of #febe46

#febe46 #e2fe46 #fe6246

Monochromatic Colors of #febe46

#febe46

Complementary Color

#febe46 #4686fe

#febe46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe46 Color CSS Codes

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

#febe46 Text Font Color

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

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


#febe46 Background Color

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

This div background color is #febe46


#febe46 Border Color

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

This div border color is #febe46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe46


Comments

No comments written yet.

Please login to write comment.