Color Hex Logo

#feb55f Color Hex

#FEB55F
(254,181,95)
0 Favorites   0 Comments

Color spaces of #feb55f

RGB 25418195
HSL0.090.990.68
HSV32°63°100°
CMYK 0.000.290.63   0.00
XYZ59.462554.944818.2979
Yxy54.94480.44810.4140
Hunter Lab74.124813.473537.2514
CIE-Lab79.009518.109853.4413

#feb55f color RGB value is (254,181,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 01011111
Octal 376 265 137
Decimal 254 181 95
Hex FE B5 5F

RGB Percentages of Color #feb55f

%47.92
%34.15
%17.92

CMYK Percentages of Color #feb55f

%0
%29
%63
%0

Triadic Colors of #feb55f

#feb55f #5ffeb5 #b55ffe

Analogous Colors of #feb55f

#feb55f #f8fe5f #fe665f

Monochromatic Colors of #feb55f

#feb55f

Complementary Color

#feb55f #5fa8fe

#feb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb55f Color CSS Codes

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

#feb55f Text Font Color

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

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


#feb55f Background Color

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

This div background color is #feb55f


#feb55f Border Color

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

This div border color is #feb55f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,181,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 #feb55f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb55f


Comments

No comments written yet.

Please login to write comment.