Color Hex Logo

#febc4a Color Hex

#FEBC4A
(254,188,74)
0 Favorites   0 Comments

Color spaces of #febc4a

RGB 25418874
HSL0.110.990.64
HSV38°71°100°
CMYK 0.000.260.71   0.00
XYZ60.092357.531714.4161
Yxy57.53170.45510.4357
Hunter Lab75.84978.680741.8260
CIE-Lab80.477713.285664.4053

#febc4a color RGB value is (254,188,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 01001010
Octal 376 274 112
Decimal 254 188 74
Hex FE BC 4A

RGB Percentages of Color #febc4a

%49.22
%36.43
%14.34

CMYK Percentages of Color #febc4a

%0
%26
%71
%0

Triadic Colors of #febc4a

#febc4a #4afebc #bc4afe

Analogous Colors of #febc4a

#febc4a #e6fe4a #fe624a

Monochromatic Colors of #febc4a

#febc4a

Complementary Color

#febc4a #4a8cfe

#febc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc4a Color CSS Codes

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

#febc4a Text Font Color

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

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


#febc4a Background Color

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

This div background color is #febc4a


#febc4a Border Color

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

This div border color is #febc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc4a


Comments

No comments written yet.

Please login to write comment.