Color Hex Logo

#feb60c Color Hex

#FEB60C
(254,182,12)
0 Favorites   0 Comments

Color spaces of #feb60c

RGB 25418212
HSL0.120.990.52
HSV42°95°100°
CMYK 0.000.280.95   0.00
XYZ57.667454.55337.8383
Yxy54.55330.48030.4544
Hunter Lab73.860210.111045.4101
CIE-Lab78.783314.737580.2206

#feb60c color RGB value is (254,182,12).

#feb60c hex color red value is 254, green value is 182 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #feb60c hue: 0.12 , saturation: 0.99 and the lightness value of feb60c is 0.52.

The process color (four color CMYK) of #feb60c color hex is 0.00, 0.28, 0.95, 0.00. Web safe color of #feb60c is #ffcc00. Color #feb60c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 00001100
Octal 376 266 14
Decimal 254 182 12
Hex FE B6 C

RGB Percentages of Color #feb60c

%56.70
%40.63
%2.68

CMYK Percentages of Color #feb60c

%0
%28
%95
%0

Triadic Colors of #feb60c

#feb60c #0cfeb6 #b60cfe

Analogous Colors of #feb60c

#feb60c #cdfe0c #fe3d0c

Monochromatic Colors of #feb60c

#feb60c

Complementary Color

#feb60c #0c54fe

#feb60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb60c Color CSS Codes

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

#feb60c Text Font Color

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

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


#feb60c Background Color

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

This div background color is #feb60c


#feb60c Border Color

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

This div border color is #feb60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb60c


Comments

No comments written yet.

Please login to write comment.