Color Hex Logo

#fdbc87 Color Hex

#FDBC87
(253,188,135)
0 Favorites   0 Comments

Color spaces of #fdbc87

RGB 253188135
HSL0.070.970.76
HSV27°47°99°
CMYK 0.000.260.47   0.01
XYZ62.864458.598430.9190
Yxy58.59840.41250.3845
Hunter Lab76.549612.626829.6370
CIE-Lab81.070317.231035.9052

#fdbc87 color RGB value is (253,188,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10000111
Octal 375 274 207
Decimal 253 188 135
Hex FD BC 87

RGB Percentages of Color #fdbc87

%43.92
%32.64
%23.44

CMYK Percentages of Color #fdbc87

%0
%26
%47
%1

Triadic Colors of #fdbc87

#fdbc87 #87fdbc #bc87fd

Analogous Colors of #fdbc87

#fdbc87 #fdf787 #fd878d

Monochromatic Colors of #fdbc87

#fdbc87

Complementary Color

#fdbc87 #87c8fd

#fdbc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc87 Color CSS Codes

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

#fdbc87 Text Font Color

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

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


#fdbc87 Background Color

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

This div background color is #fdbc87


#fdbc87 Border Color

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

This div border color is #fdbc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc87


Comments

No comments written yet.

Please login to write comment.