Color Hex Logo

#febd67 Color Hex

#FEBD67
(254,189,103)
0 Favorites   0 Comments

Color spaces of #febd67

RGB 254189103
HSL0.090.990.70
HSV34°59°100°
CMYK 0.000.260.59   0.00
XYZ61.518858.445320.8706
Yxy58.44530.43680.4150
Hunter Lab76.44959.852037.3286
CIE-Lab80.985714.465151.9011

#febd67 color RGB value is (254,189,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 01100111
Octal 376 275 147
Decimal 254 189 103
Hex FE BD 67

RGB Percentages of Color #febd67

%46.52
%34.62
%18.86

CMYK Percentages of Color #febd67

%0
%26
%59
%0

Triadic Colors of #febd67

#febd67 #67febd #bd67fe

Analogous Colors of #febd67

#febd67 #f4fe67 #fe7267

Monochromatic Colors of #febd67

#febd67

Complementary Color

#febd67 #67a8fe

#febd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd67 Color CSS Codes

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

#febd67 Text Font Color

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

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


#febd67 Background Color

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

This div background color is #febd67


#febd67 Border Color

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

This div border color is #febd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd67


Comments

No comments written yet.

Please login to write comment.