Color Hex Logo

#fdbf8b Color Hex

#FDBF8B
(253,191,139)
0 Favorites   0 Comments

Color spaces of #fdbf8b

RGB 253191139
HSL0.080.970.77
HSV27°45°99°
CMYK 0.000.250.45   0.01
XYZ63.799060.008332.6463
Yxy60.00830.40780.3836
Hunter Lab77.465011.446129.2388
CIE-Lab81.842716.050234.8331

#fdbf8b color RGB value is (253,191,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10001011
Octal 375 277 213
Decimal 253 191 139
Hex FD BF 8B

RGB Percentages of Color #fdbf8b

%43.40
%32.76
%23.84

CMYK Percentages of Color #fdbf8b

%0
%25
%45
%1

Triadic Colors of #fdbf8b

#fdbf8b #8bfdbf #bf8bfd

Analogous Colors of #fdbf8b

#fdbf8b #fdf88b #fd8b90

Monochromatic Colors of #fdbf8b

#fdbf8b

Complementary Color

#fdbf8b #8bc9fd

#fdbf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf8b Color CSS Codes

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

#fdbf8b Text Font Color

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

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


#fdbf8b Background Color

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

This div background color is #fdbf8b


#fdbf8b Border Color

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

This div border color is #fdbf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf8b

Related Colors


Comments

No comments written yet.

Please login to write comment.