Color Hex Logo

#fdb79b Color Hex

#FDB79B
(253,183,155)
0 Favorites   0 Comments

Color spaces of #fdb79b

RGB 253183155
HSL0.050.960.80
HSV17°39°99°
CMYK 0.000.280.39   0.01
XYZ63.357957.116238.6955
Yxy57.11620.39810.3588
Hunter Lab75.575317.387322.5454
CIE-Lab80.244921.925924.2742

#fdb79b color RGB value is (253,183,155).

#fdb79b hex color red value is 253, green value is 183 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fdb79b hue: 0.05 , saturation: 0.96 and the lightness value of fdb79b is 0.80.

The process color (four color CMYK) of #fdb79b color hex is 0.00, 0.28, 0.39, 0.01. Web safe color of #fdb79b is #ffcc99. Color #fdb79b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 10011011
Octal 375 267 233
Decimal 253 183 155
Hex FD B7 9B

RGB Percentages of Color #fdb79b

%42.81
%30.96
%26.23

CMYK Percentages of Color #fdb79b

%0
%28
%39
%1

Triadic Colors of #fdb79b

#fdb79b #9bfdb7 #b79bfd

Analogous Colors of #fdb79b

#fdb79b #fde89b #fd9bb0

Monochromatic Colors of #fdb79b

#fdb79b

Complementary Color

#fdb79b #9be1fd

#fdb79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb79b Color CSS Codes

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

#fdb79b Text Font Color

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

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


#fdb79b Background Color

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

This div background color is #fdb79b


#fdb79b Border Color

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

This div border color is #fdb79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb79b

Related Colors


Comments

No comments written yet.

Please login to write comment.