Color Hex Logo

#fdbf87 Color Hex

#FDBF87
(253,191,135)
0 Favorites   0 Comments

Color spaces of #fdbf87

RGB 253191135
HSL0.080.970.76
HSV28°47°99°
CMYK 0.000.250.47   0.01
XYZ63.512059.893531.1348
Yxy59.89350.41100.3876
Hunter Lab77.390911.054730.3209
CIE-Lab81.780315.661836.8241

#fdbf87 color RGB value is (253,191,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10000111
Octal 375 277 207
Decimal 253 191 135
Hex FD BF 87

RGB Percentages of Color #fdbf87

%43.70
%32.99
%23.32

CMYK Percentages of Color #fdbf87

%0
%25
%47
%1

Triadic Colors of #fdbf87

#fdbf87 #87fdbf #bf87fd

Analogous Colors of #fdbf87

#fdbf87 #fdfa87 #fd878a

Monochromatic Colors of #fdbf87

#fdbf87

Complementary Color

#fdbf87 #87c5fd

#fdbf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf87 Color CSS Codes

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

#fdbf87 Text Font Color

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

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


#fdbf87 Background Color

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

This div background color is #fdbf87


#fdbf87 Border Color

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

This div border color is #fdbf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf87


Comments

No comments written yet.

Please login to write comment.