Color Hex Logo

#feb65f Color Hex

#FEB65F
(254,182,95)
0 Favorites   0 Comments

Color spaces of #feb65f

RGB 25418295
HSL0.090.990.68
HSV33°63°100°
CMYK 0.000.280.63   0.00
XYZ59.666655.353018.3659
Yxy55.35300.44730.4150
Hunter Lab74.399612.953237.4437
CIE-Lab79.244217.586953.7094

#feb65f color RGB value is (254,182,95).

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

The process color (four color CMYK) of #feb65f color hex is 0.00, 0.28, 0.63, 0.00. Web safe color of #feb65f is #ffcc66. Color #feb65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01011111
Octal 376 266 137
Decimal 254 182 95
Hex FE B6 5F

RGB Percentages of Color #feb65f

%47.83
%34.27
%17.89

CMYK Percentages of Color #feb65f

%0
%28
%63
%0

Triadic Colors of #feb65f

#feb65f #5ffeb6 #b65ffe

Analogous Colors of #feb65f

#feb65f #f7fe5f #fe675f

Monochromatic Colors of #feb65f

#feb65f

Complementary Color

#feb65f #5fa7fe

#feb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb65f Color CSS Codes

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

#feb65f Text Font Color

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

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


#feb65f Background Color

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

This div background color is #feb65f


#feb65f Border Color

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

This div border color is #feb65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb65f

Related Colors


Comments

No comments written yet.

Please login to write comment.