Color Hex Logo

#febf67 Color Hex

#FEBF67
(254,191,103)
0 Favorites   0 Comments

Color spaces of #febf67

RGB 254191103
HSL0.100.990.70
HSV35°59°100°
CMYK 0.000.250.59   0.00
XYZ61.952059.311721.0150
Yxy59.31170.43540.4169
Hunter Lab77.01418.815137.7313
CIE-Lab81.462613.422352.4580

#febf67 color RGB value is (254,191,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01100111
Octal 376 277 147
Decimal 254 191 103
Hex FE BF 67

RGB Percentages of Color #febf67

%46.35
%34.85
%18.80

CMYK Percentages of Color #febf67

%0
%25
%59
%0

Triadic Colors of #febf67

#febf67 #67febf #bf67fe

Analogous Colors of #febf67

#febf67 #f2fe67 #fe7467

Monochromatic Colors of #febf67

#febf67

Complementary Color

#febf67 #67a6fe

#febf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf67 Color CSS Codes

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

#febf67 Text Font Color

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

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


#febf67 Background Color

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

This div background color is #febf67


#febf67 Border Color

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

This div border color is #febf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf67

Related Colors


Comments

No comments written yet.

Please login to write comment.