Color Hex Logo

#feb155 Color Hex

#FEB155
(254,177,85)
0 Favorites   0 Comments

Color spaces of #feb155

RGB 25417785
HSL0.090.990.66
HSV33°67°100°
CMYK 0.000.300.67   0.00
XYZ58.234953.171015.7880
Yxy53.17100.45780.4180
Hunter Lab72.918414.948338.2057
CIE-Lab77.975919.601756.9556

#feb155 color RGB value is (254,177,85).

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

The process color (four color CMYK) of #feb155 color hex is 0.00, 0.30, 0.67, 0.00. Web safe color of #feb155 is #ff9966. Color #feb155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 01010101
Octal 376 261 125
Decimal 254 177 85
Hex FE B1 55

RGB Percentages of Color #feb155

%49.22
%34.30
%16.47

CMYK Percentages of Color #feb155

%0
%30
%67
%0

Triadic Colors of #feb155

#feb155 #55feb1 #b155fe

Analogous Colors of #feb155

#feb155 #f7fe55 #fe5d55

Monochromatic Colors of #feb155

#feb155

Complementary Color

#feb155 #55a2fe

#feb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb155 Color CSS Codes

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

#feb155 Text Font Color

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

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


#feb155 Background Color

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

This div background color is #feb155


#feb155 Border Color

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

This div border color is #feb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb155


Comments

No comments written yet.

Please login to write comment.