Color Hex Logo

#fdbc91 Color Hex

#FDBC91
(253,188,145)
0 Favorites   0 Comments

Color spaces of #fdbc91

RGB 253188145
HSL0.070.960.78
HSV24°43°99°
CMYK 0.000.260.43   0.01
XYZ63.602158.893434.8034
Yxy58.89340.40430.3744
Hunter Lab76.742013.638326.8307
CIE-Lab81.233018.227530.8962

#fdbc91 color RGB value is (253,188,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10010001
Octal 375 274 221
Decimal 253 188 145
Hex FD BC 91

RGB Percentages of Color #fdbc91

%43.17
%32.08
%24.74

CMYK Percentages of Color #fdbc91

%0
%26
%43
%1

Triadic Colors of #fdbc91

#fdbc91 #91fdbc #bc91fd

Analogous Colors of #fdbc91

#fdbc91 #fdf291 #fd919c

Monochromatic Colors of #fdbc91

#fdbc91

Complementary Color

#fdbc91 #91d2fd

#fdbc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc91 Color CSS Codes

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

#fdbc91 Text Font Color

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

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


#fdbc91 Background Color

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

This div background color is #fdbc91


#fdbc91 Border Color

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

This div border color is #fdbc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc91

Related Colors

#fdbc91 Color Palettes


Comments

No comments written yet.

Please login to write comment.