Color Hex Logo

#fdb38b Color Hex

#FDB38B
(253,179,139)
0 Favorites   0 Comments

Color spaces of #fdb38b

RGB 253179139
HSL0.060.970.77
HSV21°45°99°
CMYK 0.000.290.45   0.01
XYZ61.288354.986931.8094
Yxy54.98690.41390.3713
Hunter Lab74.153217.764026.4736
CIE-Lab79.033722.338131.1438

#fdb38b color RGB value is (253,179,139).

#fdb38b hex color red value is 253, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fdb38b hue: 0.06 , saturation: 0.97 and the lightness value of fdb38b is 0.77.

The process color (four color CMYK) of #fdb38b color hex is 0.00, 0.29, 0.45, 0.01. Web safe color of #fdb38b is #ffcc99. Color #fdb38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 10001011
Octal 375 263 213
Decimal 253 179 139
Hex FD B3 8B

RGB Percentages of Color #fdb38b

%44.31
%31.35
%24.34

CMYK Percentages of Color #fdb38b

%0
%29
%45
%1

Triadic Colors of #fdb38b

#fdb38b #8bfdb3 #b38bfd

Analogous Colors of #fdb38b

#fdb38b #fdec8b #fd8b9c

Monochromatic Colors of #fdb38b

#fdb38b

Complementary Color

#fdb38b #8bd5fd

#fdb38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb38b Color CSS Codes

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

#fdb38b Text Font Color

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

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


#fdb38b Background Color

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

This div background color is #fdb38b


#fdb38b Border Color

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

This div border color is #fdb38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb38b

Related Colors


Comments

No comments written yet.

Please login to write comment.