Color Hex Logo

#febe2b Color Hex

#FEBE2B
(254,190,43)
0 Favorites   0 Comments

Color spaces of #febe2b

RGB 25419043
HSL0.120.990.58
HSV42°83°100°
CMYK 0.000.250.83   0.00
XYZ59.722658.072210.3468
Yxy58.07220.46610.4532
Hunter Lab76.20516.533045.2934
CIE-Lab80.778911.105575.5936

#febe2b color RGB value is (254,190,43).

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

The process color (four color CMYK) of #febe2b color hex is 0.00, 0.25, 0.83, 0.00. Web safe color of #febe2b is #ffcc33. Color #febe2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00101011
Octal 376 276 53
Decimal 254 190 43
Hex FE BE 2B

RGB Percentages of Color #febe2b

%52.16
%39.01
%8.83

CMYK Percentages of Color #febe2b

%0
%25
%83
%0

Triadic Colors of #febe2b

#febe2b #2bfebe #be2bfe

Analogous Colors of #febe2b

#febe2b #d5fe2b #fe542b

Monochromatic Colors of #febe2b

#febe2b

Complementary Color

#febe2b #2b6bfe

#febe2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe2b Color CSS Codes

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

#febe2b Text Font Color

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

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


#febe2b Background Color

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

This div background color is #febe2b


#febe2b Border Color

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

This div border color is #febe2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe2b


Comments

No comments written yet.

Please login to write comment.