Color Hex Logo

#febe5c Color Hex

#FEBE5C
(254,190,92)
0 Favorites   0 Comments

Color spaces of #febe5c

RGB 25419092
HSL0.100.990.68
HSV36°64°100°
CMYK 0.000.250.64   0.00
XYZ61.218358.670418.2232
Yxy58.67040.44330.4248
Hunter Lab76.59668.618539.5119
CIE-Lab81.110113.223757.2134

#febe5c color RGB value is (254,190,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01011100
Octal 376 276 134
Decimal 254 190 92
Hex FE BE 5C

RGB Percentages of Color #febe5c

%47.39
%35.45
%17.16

CMYK Percentages of Color #febe5c

%0
%25
%64
%0

Triadic Colors of #febe5c

#febe5c #5cfebe #be5cfe

Analogous Colors of #febe5c

#febe5c #edfe5c #fe6d5c

Monochromatic Colors of #febe5c

#febe5c

Complementary Color

#febe5c #5c9cfe

#febe5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe5c Color CSS Codes

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

#febe5c Text Font Color

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

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


#febe5c Background Color

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

This div background color is #febe5c


#febe5c Border Color

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

This div border color is #febe5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe5c

Related Colors


Comments

No comments written yet.

Please login to write comment.