Color Hex Logo

#febd0b Color Hex

#FEBD0B
(254,189,11)
0 Favorites   0 Comments

Color spaces of #febd0b

RGB 25418911
HSL0.120.990.52
HSV44°96°100°
CMYK 0.000.260.96   0.00
XYZ59.131157.49028.2968
Yxy57.49020.47340.4602
Hunter Lab75.82236.516846.5878
CIE-Lab80.454511.085281.5105

#febd0b color RGB value is (254,189,11).

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

The process color (four color CMYK) of #febd0b color hex is 0.00, 0.26, 0.96, 0.00. Web safe color of #febd0b is #ffcc00. Color #febd0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00001011
Octal 376 275 13
Decimal 254 189 11
Hex FE BD B

RGB Percentages of Color #febd0b

%55.95
%41.63
%2.42

CMYK Percentages of Color #febd0b

%0
%26
%96
%0

Triadic Colors of #febd0b

#febd0b #0bfebd #bd0bfe

Analogous Colors of #febd0b

#febd0b #c6fe0b #fe440b

Monochromatic Colors of #febd0b

#febd0b

Complementary Color

#febd0b #0b4cfe

#febd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd0b Color CSS Codes

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

#febd0b Text Font Color

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

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


#febd0b Background Color

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

This div background color is #febd0b


#febd0b Border Color

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

This div border color is #febd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd0b

Related Colors


Comments

No comments written yet.

Please login to write comment.