Color Hex Logo

#feb35c Color Hex

#FEB35C
(254,179,92)
0 Favorites   0 Comments

Color spaces of #feb35c

RGB 25417992
HSL0.090.990.68
HSV32°64°100°
CMYK 0.000.300.64   0.00
XYZ58.924954.083717.4587
Yxy54.08370.45160.4145
Hunter Lab73.541614.324537.4038
CIE-Lab78.510518.967854.2948

#feb35c color RGB value is (254,179,92).

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

The process color (four color CMYK) of #feb35c color hex is 0.00, 0.30, 0.64, 0.00. Web safe color of #feb35c is #ffcc66. Color #feb35c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01011100
Octal 376 263 134
Decimal 254 179 92
Hex FE B3 5C

RGB Percentages of Color #feb35c

%48.38
%34.10
%17.52

CMYK Percentages of Color #feb35c

%0
%30
%64
%0

Triadic Colors of #feb35c

#feb35c #5cfeb3 #b35cfe

Analogous Colors of #feb35c

#feb35c #f8fe5c #fe625c

Monochromatic Colors of #feb35c

#feb35c

Complementary Color

#feb35c #5ca7fe

#feb35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb35c Color CSS Codes

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

#feb35c Text Font Color

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

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


#feb35c Background Color

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

This div background color is #feb35c


#feb35c Border Color

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

This div border color is #feb35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb35c


Comments

No comments written yet.

Please login to write comment.