Color Hex Logo

#febe5a Color Hex

#FEBE5A
(254,190,90)
0 Favorites   0 Comments

Color spaces of #febe5a

RGB 25419090
HSL0.100.990.67
HSV37°65°100°
CMYK 0.000.250.65   0.00
XYZ61.132058.635917.7687
Yxy58.63590.44450.4263
Hunter Lab76.57418.498739.8439
CIE-Lab81.091013.102758.1046

#febe5a color RGB value is (254,190,90).

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

The process color (four color CMYK) of #febe5a color hex is 0.00, 0.25, 0.65, 0.00. Web safe color of #febe5a is #ffcc66. Color #febe5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01011010
Octal 376 276 132
Decimal 254 190 90
Hex FE BE 5A

RGB Percentages of Color #febe5a

%47.57
%35.58
%16.85

CMYK Percentages of Color #febe5a

%0
%25
%65
%0

Triadic Colors of #febe5a

#febe5a #5afebe #be5afe

Analogous Colors of #febe5a

#febe5a #ecfe5a #fe6c5a

Monochromatic Colors of #febe5a

#febe5a

Complementary Color

#febe5a #5a9afe

#febe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe5a Color CSS Codes

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

#febe5a Text Font Color

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

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


#febe5a Background Color

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

This div background color is #febe5a


#febe5a Border Color

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

This div border color is #febe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe5a

Related Colors


Comments

No comments written yet.

Please login to write comment.