Color Hex Logo

#fdb17b Color Hex

#FDB17B
(253,177,123)
0 Favorites   0 Comments

Color spaces of #fdb17b

RGB 253177123
HSL0.070.970.74
HSV25°51°99°
CMYK 0.000.300.51   0.01
XYZ59.805353.757025.9629
Yxy53.75700.42860.3853
Hunter Lab73.319217.291130.3284
CIE-Lab78.319821.902638.5996

#fdb17b color RGB value is (253,177,123).

#fdb17b hex color red value is 253, green value is 177 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fdb17b hue: 0.07 , saturation: 0.97 and the lightness value of fdb17b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01111011
Octal 375 261 173
Decimal 253 177 123
Hex FD B1 7B

RGB Percentages of Color #fdb17b

%45.75
%32.01
%22.24

CMYK Percentages of Color #fdb17b

%0
%30
%51
%1

Triadic Colors of #fdb17b

#fdb17b #7bfdb1 #b17bfd

Analogous Colors of #fdb17b

#fdb17b #fdf27b #fd7b86

Monochromatic Colors of #fdb17b

#fdb17b

Complementary Color

#fdb17b #7bc7fd

#fdb17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb17b Color CSS Codes

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

#fdb17b Text Font Color

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

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


#fdb17b Background Color

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

This div background color is #fdb17b


#fdb17b Border Color

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

This div border color is #fdb17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb17b


Comments

No comments written yet.

Please login to write comment.