Color Hex Logo

#febc44 Color Hex

#FEBC44
(254,188,68)
0 Favorites   0 Comments

Color spaces of #febc44

RGB 25418868
HSL0.110.990.63
HSV39°73°100°
CMYK 0.000.260.73   0.00
XYZ59.899757.454613.4016
Yxy57.45460.45810.4394
Hunter Lab75.79888.411042.5764
CIE-Lab80.434613.012566.7805

#febc44 color RGB value is (254,188,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 01000100
Octal 376 274 104
Decimal 254 188 68
Hex FE BC 44

RGB Percentages of Color #febc44

%49.80
%36.86
%13.33

CMYK Percentages of Color #febc44

%0
%26
%73
%0

Triadic Colors of #febc44

#febc44 #44febc #bc44fe

Analogous Colors of #febc44

#febc44 #e3fe44 #fe5f44

Monochromatic Colors of #febc44

#febc44

Complementary Color

#febc44 #4486fe

#febc44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc44 Color CSS Codes

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

#febc44 Text Font Color

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

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


#febc44 Background Color

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

This div background color is #febc44


#febc44 Border Color

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

This div border color is #febc44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc44

Related Colors


Comments

No comments written yet.

Please login to write comment.