Color Hex Logo

#fdb775 Color Hex

#FDB775
(253,183,117)
0 Favorites   0 Comments

Color spaces of #fdb775

RGB 253183117
HSL0.080.970.73
HSV29°54°99°
CMYK 0.000.280.54   0.01
XYZ60.652456.034024.4485
Yxy56.03400.42970.3970
Hunter Lab74.855913.632933.0345
CIE-Lab79.633218.255143.3238

#fdb775 color RGB value is (253,183,117).

#fdb775 hex color red value is 253, green value is 183 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fdb775 hue: 0.08 , saturation: 0.97 and the lightness value of fdb775 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 01110101
Octal 375 267 165
Decimal 253 183 117
Hex FD B7 75

RGB Percentages of Color #fdb775

%45.75
%33.09
%21.16

CMYK Percentages of Color #fdb775

%0
%28
%54
%1

Triadic Colors of #fdb775

#fdb775 #75fdb7 #b775fd

Analogous Colors of #fdb775

#fdb775 #fdfb75 #fd7577

Monochromatic Colors of #fdb775

#fdb775

Complementary Color

#fdb775 #75bbfd

#fdb775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb775 Color CSS Codes

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

#fdb775 Text Font Color

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

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


#fdb775 Background Color

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

This div background color is #fdb775


#fdb775 Border Color

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

This div border color is #fdb775


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,183,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb775

Related Colors


Comments

No comments written yet.

Please login to write comment.