Color Hex Logo

#feb324 Color Hex

#FEB324
(254,179,36)
0 Favorites   0 Comments

Color spaces of #feb324

RGB 25417936
HSL0.110.990.57
HSV39°86°100°
CMYK 0.000.300.86   0.00
XYZ57.311653.43848.9631
Yxy53.43840.47870.4464
Hunter Lab73.101612.016243.9015
CIE-Lab78.133116.667575.2965

#feb324 color RGB value is (254,179,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00100100
Octal 376 263 44
Decimal 254 179 36
Hex FE B3 24

RGB Percentages of Color #feb324

%54.16
%38.17
%7.68

CMYK Percentages of Color #feb324

%0
%30
%86
%0

Triadic Colors of #feb324

#feb324 #24feb3 #b324fe

Analogous Colors of #feb324

#feb324 #dcfe24 #fe4624

Monochromatic Colors of #feb324

#feb324

Complementary Color

#feb324 #246ffe

#feb324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb324 Color CSS Codes

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

#feb324 Text Font Color

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

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


#feb324 Background Color

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

This div background color is #feb324


#feb324 Border Color

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

This div border color is #feb324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb324

Related Colors


Comments

No comments written yet.

Please login to write comment.