Color Hex Logo

#feb327 Color Hex

#FEB327
(254,179,39)
0 Favorites   0 Comments

Color spaces of #feb327

RGB 25417939
HSL0.110.990.57
HSV39°85°100°
CMYK 0.000.300.85   0.00
XYZ57.359453.45759.2146
Yxy53.45750.47790.4454
Hunter Lab73.114612.085043.7080
CIE-Lab78.144316.736674.5095

#feb327 color RGB value is (254,179,39).

#feb327 hex color red value is 254, green value is 179 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #feb327 hue: 0.11 , saturation: 0.99 and the lightness value of feb327 is 0.57.

The process color (four color CMYK) of #feb327 color hex is 0.00, 0.30, 0.85, 0.00. Web safe color of #feb327 is #ffcc33. Color #feb327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00100111
Octal 376 263 47
Decimal 254 179 39
Hex FE B3 27

RGB Percentages of Color #feb327

%53.81
%37.92
%8.26

CMYK Percentages of Color #feb327

%0
%30
%85
%0

Triadic Colors of #feb327

#feb327 #27feb3 #b327fe

Analogous Colors of #feb327

#feb327 #defe27 #fe4727

Monochromatic Colors of #feb327

#feb327

Complementary Color

#feb327 #2772fe

#feb327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb327 Color CSS Codes

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

#feb327 Text Font Color

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

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


#feb327 Background Color

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

This div background color is #feb327


#feb327 Border Color

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

This div border color is #feb327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb327

Related Colors


Comments

No comments written yet.

Please login to write comment.