Color Hex Logo

#fdb155 Color Hex

#FDB155
(253,177,85)
0 Favorites   0 Comments

Color spaces of #fdb155

RGB 25317785
HSL0.090.980.66
HSV33°66°99°
CMYK 0.000.300.66   0.01
XYZ57.869852.982815.7710
Yxy52.98280.45700.4184
Hunter Lab72.789314.531938.1063
CIE-Lab77.864819.190956.8020

#fdb155 color RGB value is (253,177,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01010101
Octal 375 261 125
Decimal 253 177 85
Hex FD B1 55

RGB Percentages of Color #fdb155

%49.13
%34.37
%16.50

CMYK Percentages of Color #fdb155

%0
%30
%66
%1

Triadic Colors of #fdb155

#fdb155 #55fdb1 #b155fd

Analogous Colors of #fdb155

#fdb155 #f5fd55 #fd5d55

Monochromatic Colors of #fdb155

#fdb155

Complementary Color

#fdb155 #55a1fd

#fdb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb155 Color CSS Codes

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

#fdb155 Text Font Color

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

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


#fdb155 Background Color

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

This div background color is #fdb155


#fdb155 Border Color

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

This div border color is #fdb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb155


Comments

No comments written yet.

Please login to write comment.