Color Hex Logo

#fdbc97 Color Hex

#FDBC97
(253,188,151)
0 Favorites   0 Comments

Color spaces of #fdbc97

RGB 253188151
HSL0.060.960.79
HSV22°40°99°
CMYK 0.000.260.40   0.01
XYZ64.077159.083537.3052
Yxy59.08350.39930.3682
Hunter Lab76.865814.286625.0309
CIE-Lab81.337518.863127.8753

#fdbc97 color RGB value is (253,188,151).

#fdbc97 hex color red value is 253, green value is 188 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fdbc97 hue: 0.06 , saturation: 0.96 and the lightness value of fdbc97 is 0.79.

The process color (four color CMYK) of #fdbc97 color hex is 0.00, 0.26, 0.40, 0.01. Web safe color of #fdbc97 is #ffcc99. Color #fdbc97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10010111
Octal 375 274 227
Decimal 253 188 151
Hex FD BC 97

RGB Percentages of Color #fdbc97

%42.74
%31.76
%25.51

CMYK Percentages of Color #fdbc97

%0
%26
%40
%1

Triadic Colors of #fdbc97

#fdbc97 #97fdbc #bc97fd

Analogous Colors of #fdbc97

#fdbc97 #fdef97 #fd97a5

Monochromatic Colors of #fdbc97

#fdbc97

Complementary Color

#fdbc97 #97d8fd

#fdbc97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc97 Color CSS Codes

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

#fdbc97 Text Font Color

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

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


#fdbc97 Background Color

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

This div background color is #fdbc97


#fdbc97 Border Color

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

This div border color is #fdbc97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc97


Comments

No comments written yet.

Please login to write comment.