Color Hex Logo

#febd50 Color Hex

#FEBD50
(254,189,80)
0 Favorites   0 Comments

Color spaces of #febd50

RGB 25418980
HSL0.100.990.65
HSV38°69°100°
CMYK 0.000.260.69   0.00
XYZ60.518658.045215.6036
Yxy58.04520.45110.4326
Hunter Lab76.18748.461541.1883
CIE-Lab80.763913.064462.1733

#febd50 color RGB value is (254,189,80).

#febd50 hex color red value is 254, green value is 189 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #febd50 hue: 0.10 , saturation: 0.99 and the lightness value of febd50 is 0.65.

The process color (four color CMYK) of #febd50 color hex is 0.00, 0.26, 0.69, 0.00. Web safe color of #febd50 is #ffcc66. Color #febd50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 01010000
Octal 376 275 120
Decimal 254 189 80
Hex FE BD 50

RGB Percentages of Color #febd50

%48.57
%36.14
%15.30

CMYK Percentages of Color #febd50

%0
%26
%69
%0

Triadic Colors of #febd50

#febd50 #50febd #bd50fe

Analogous Colors of #febd50

#febd50 #e8fe50 #fe6650

Monochromatic Colors of #febd50

#febd50

Complementary Color

#febd50 #5091fe

#febd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd50 Color CSS Codes

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

#febd50 Text Font Color

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

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


#febd50 Background Color

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

This div background color is #febd50


#febd50 Border Color

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

This div border color is #febd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd50

Related Colors


Comments

No comments written yet.

Please login to write comment.