Color Hex Logo

#feb643 Color Hex

#FEB643
(254,182,67)
0 Favorites   0 Comments

Color spaces of #feb643

RGB 25418267
HSL0.100.990.63
HSV37°74°100°
CMYK 0.000.280.74   0.00
XYZ58.614154.932012.8238
Yxy54.93200.46380.4347
Hunter Lab74.116111.462041.6227
CIE-Lab79.002116.098165.7615

#feb643 color RGB value is (254,182,67).

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

The process color (four color CMYK) of #feb643 color hex is 0.00, 0.28, 0.74, 0.00. Web safe color of #feb643 is #ffcc33. Color #feb643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01000011
Octal 376 266 103
Decimal 254 182 67
Hex FE B6 43

RGB Percentages of Color #feb643

%50.50
%36.18
%13.32

CMYK Percentages of Color #feb643

%0
%28
%74
%0

Triadic Colors of #feb643

#feb643 #43feb6 #b643fe

Analogous Colors of #feb643

#feb643 #e9fe43 #fe5843

Monochromatic Colors of #feb643

#feb643

Complementary Color

#feb643 #438bfe

#feb643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb643 Color CSS Codes

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

#feb643 Text Font Color

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

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


#feb643 Background Color

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

This div background color is #feb643


#feb643 Border Color

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

This div border color is #feb643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb643

Related Colors


Comments

No comments written yet.

Please login to write comment.