Color Hex Logo

#feb447 Color Hex

#FEB447
(254,180,71)
0 Favorites   0 Comments

Color spaces of #feb447

RGB 25418071
HSL0.100.990.64
HSV36°72°100°
CMYK 0.000.290.72   0.00
XYZ58.331654.168313.3423
Yxy54.16830.46350.4304
Hunter Lab73.599112.673240.7711
CIE-Lab78.559817.319863.6950

#feb447 color RGB value is (254,180,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01000111
Octal 376 264 107
Decimal 254 180 71
Hex FE B4 47

RGB Percentages of Color #feb447

%50.30
%35.64
%14.06

CMYK Percentages of Color #feb447

%0
%29
%72
%0

Triadic Colors of #feb447

#feb447 #47feb4 #b447fe

Analogous Colors of #feb447

#feb447 #edfe47 #fe5947

Monochromatic Colors of #feb447

#feb447

Complementary Color

#feb447 #4791fe

#feb447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb447 Color CSS Codes

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

#feb447 Text Font Color

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

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


#feb447 Background Color

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

This div background color is #feb447


#feb447 Border Color

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

This div border color is #feb447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb447

Related Colors


Comments

No comments written yet.

Please login to write comment.