Color Hex Logo

#febf68 Color Hex

#FEBF68
(254,191,104)
0 Favorites   0 Comments

Color spaces of #febf68

RGB 254191104
HSL0.100.990.70
HSV35°59°100°
CMYK 0.000.250.59   0.00
XYZ62.002559.331921.2810
Yxy59.33190.43480.4160
Hunter Lab77.02728.884737.5385
CIE-Lab81.473713.492451.9915

#febf68 color RGB value is (254,191,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01101000
Octal 376 277 150
Decimal 254 191 104
Hex FE BF 68

RGB Percentages of Color #febf68

%46.27
%34.79
%18.94

CMYK Percentages of Color #febf68

%0
%25
%59
%0

Triadic Colors of #febf68

#febf68 #68febf #bf68fe

Analogous Colors of #febf68

#febf68 #f2fe68 #fe7468

Monochromatic Colors of #febf68

#febf68

Complementary Color

#febf68 #68a7fe

#febf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf68 Color CSS Codes

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

#febf68 Text Font Color

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

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


#febf68 Background Color

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

This div background color is #febf68


#febf68 Border Color

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

This div border color is #febf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf68


Comments

No comments written yet.

Please login to write comment.