Color Hex Logo

#feb443 Color Hex

#FEB443
(254,180,67)
0 Favorites   0 Comments

Color spaces of #feb443

RGB 25418067
HSL0.100.990.63
HSV36°74°100°
CMYK 0.000.290.74   0.00
XYZ58.207454.118612.6883
Yxy54.11860.46560.4329
Hunter Lab73.565312.495941.2696
CIE-Lab78.530817.142765.2955

#feb443 color RGB value is (254,180,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01000011
Octal 376 264 103
Decimal 254 180 67
Hex FE B4 43

RGB Percentages of Color #feb443

%50.70
%35.93
%13.37

CMYK Percentages of Color #feb443

%0
%29
%74
%0

Triadic Colors of #feb443

#feb443 #43feb4 #b443fe

Analogous Colors of #feb443

#feb443 #ebfe43 #fe5743

Monochromatic Colors of #feb443

#feb443

Complementary Color

#feb443 #438dfe

#feb443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb443 Color CSS Codes

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

#feb443 Text Font Color

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

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


#feb443 Background Color

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

This div background color is #feb443


#feb443 Border Color

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

This div border color is #feb443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb443

Related Colors


Comments

No comments written yet.

Please login to write comment.