Color Hex Logo

#febf6c Color Hex

#FEBF6C
(254,191,108)
0 Favorites   0 Comments

Color spaces of #febf6c

RGB 254191108
HSL0.090.990.71
HSV34°57°100°
CMYK 0.000.250.57   0.00
XYZ62.210659.415122.3768
Yxy59.41510.43200.4126
Hunter Lab77.08129.171536.7448
CIE-Lab81.519213.780750.1111

#febf6c color RGB value is (254,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01101100
Octal 376 277 154
Decimal 254 191 108
Hex FE BF 6C

RGB Percentages of Color #febf6c

%45.93
%34.54
%19.53

CMYK Percentages of Color #febf6c

%0
%25
%57
%0

Triadic Colors of #febf6c

#febf6c #6cfebf #bf6cfe

Analogous Colors of #febf6c

#febf6c #f4fe6c #fe766c

Monochromatic Colors of #febf6c

#febf6c

Complementary Color

#febf6c #6cabfe

#febf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf6c Color CSS Codes

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

#febf6c Text Font Color

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

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


#febf6c Background Color

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

This div background color is #febf6c


#febf6c Border Color

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

This div border color is #febf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf6c

Related Colors


Comments

No comments written yet.

Please login to write comment.