color codes Logo

#feb42c color codes

#FEB42C
(254,180,44)
0 Favorites   0 Comments

Color spaces of #feb42c

RGB 25418044
HSL0.110.990.58
HSV39°83°100°
CMYK 0.000.290.83   0.00
XYZ57.648953.89529.7473
Yxy53.89520.47530.4443
Hunter Lab73.413411.696443.5172
CIE-Lab78.400616.341773.2909

#feb42c color RGB value is (254,180,44).

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

The process color (four color CMYK) of #feb42c color code is 0.00, 0.29, 0.83, 0.00. Web safe color of #feb42c is #ffcc33. Color #feb42c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00101100
Octal 376 264 54
Decimal 254 180 44
Hex FE B4 2C

RGB Percentages of Color #feb42c

%53.14
%37.66
%9.21

CMYK Percentages of Color #feb42c

%0
%29
%83
%0

Triadic Colors of #feb42c

#feb42c #2cfeb4 #b42cfe

Analogous Colors of #feb42c

#feb42c #dffe2c #fe4b2c

Monochromatic Colors of #feb42c

#feb42c

Complementary Color

#feb42c #2c76fe

#feb42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb42c Color CSS Codes

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

#feb42c Text Font Color

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

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


#feb42c Background Color

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

This div background color is #feb42c


#feb42c Border Color

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

This div border color is #feb42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb42c

Related Colors


Comments

No comments written yet.

Please login to write comment.