Color Hex Logo

#febb2e Color Hex

#FEBB2E
(254,187,46)
0 Favorites   0 Comments

Color spaces of #febb2e

RGB 25418746
HSL0.110.990.59
HSV41°82°100°
CMYK 0.000.260.82   0.00
XYZ59.136556.808710.4331
Yxy56.80870.46790.4495
Hunter Lab75.37158.150944.5530
CIE-Lab80.071912.747574.1215

#febb2e color RGB value is (254,187,46).

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

The process color (four color CMYK) of #febb2e color hex is 0.00, 0.26, 0.82, 0.00. Web safe color of #febb2e is #ffcc33. Color #febb2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 00101110
Octal 376 273 56
Decimal 254 187 46
Hex FE BB 2E

RGB Percentages of Color #febb2e

%52.16
%38.40
%9.45

CMYK Percentages of Color #febb2e

%0
%26
%82
%0

Triadic Colors of #febb2e

#febb2e #2efebb #bb2efe

Analogous Colors of #febb2e

#febb2e #d9fe2e #fe532e

Monochromatic Colors of #febb2e

#febb2e

Complementary Color

#febb2e #2e71fe

#febb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb2e Color CSS Codes

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

#febb2e Text Font Color

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

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


#febb2e Background Color

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

This div background color is #febb2e


#febb2e Border Color

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

This div border color is #febb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb2e

Related Colors


Comments

No comments written yet.

Please login to write comment.