Color Hex Logo

#fdb48b Color Hex

#FDB48B
(253,180,139)
0 Favorites   0 Comments

Color spaces of #fdb48b

RGB 253180139
HSL0.060.970.77
HSV22°45°99°
CMYK 0.000.290.45   0.01
XYZ61.489555.389231.8764
Yxy55.38920.41340.3724
Hunter Lab74.423917.235926.7023
CIE-Lab79.264921.813731.4494

#fdb48b color RGB value is (253,180,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 10001011
Octal 375 264 213
Decimal 253 180 139
Hex FD B4 8B

RGB Percentages of Color #fdb48b

%44.23
%31.47
%24.30

CMYK Percentages of Color #fdb48b

%0
%29
%45
%1

Triadic Colors of #fdb48b

#fdb48b #8bfdb4 #b48bfd

Analogous Colors of #fdb48b

#fdb48b #fded8b #fd8b9b

Monochromatic Colors of #fdb48b

#fdb48b

Complementary Color

#fdb48b #8bd4fd

#fdb48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb48b Color CSS Codes

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

#fdb48b Text Font Color

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

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


#fdb48b Background Color

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

This div background color is #fdb48b


#fdb48b Border Color

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

This div border color is #fdb48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb48b


Comments

No comments written yet.

Please login to write comment.