Color Hex Logo

#febf5c Color Hex

#FEBF5C
(254,191,92)
0 Favorites   0 Comments

Color spaces of #febf5c

RGB 25419192
HSL0.100.990.68
HSV37°64°100°
CMYK 0.000.250.64   0.00
XYZ61.435659.105118.2956
Yxy59.10510.44250.4257
Hunter Lab76.87988.101839.7063
CIE-Lab81.349312.702857.4802

#febf5c color RGB value is (254,191,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01011100
Octal 376 277 134
Decimal 254 191 92
Hex FE BF 5C

RGB Percentages of Color #febf5c

%47.30
%35.57
%17.13

CMYK Percentages of Color #febf5c

%0
%25
%64
%0

Triadic Colors of #febf5c

#febf5c #5cfebf #bf5cfe

Analogous Colors of #febf5c

#febf5c #ecfe5c #fe6e5c

Monochromatic Colors of #febf5c

#febf5c

Complementary Color

#febf5c #5c9bfe

#febf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf5c Color CSS Codes

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

#febf5c Text Font Color

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

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


#febf5c Background Color

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

This div background color is #febf5c


#febf5c Border Color

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

This div border color is #febf5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,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 #febf5c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf5c


Comments

No comments written yet.

Please login to write comment.