Color Hex Logo

#fbdd87 Color Hex

#FBDD87
(251,221,135)
0 Favorites   0 Comments

Color spaces of #fbdd87

RGB 251221135
HSL0.120.940.76
HSV44°46°98°
CMYK 0.000.120.46   0.02
XYZ70.013373.971433.5095
Yxy73.97140.39450.4168
Hunter Lab86.0066-5.204537.1043
CIE-Lab88.9090-0.631845.8468

#fbdd87 color RGB value is (251,221,135).

#fbdd87 hex color red value is 251, green value is 221 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fbdd87 hue: 0.12 , saturation: 0.94 and the lightness value of fbdd87 is 0.76.

The process color (four color CMYK) of #fbdd87 color hex is 0.00, 0.12, 0.46, 0.02. Web safe color of #fbdd87 is #ffcc99. Color #fbdd87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10000111
Octal 373 335 207
Decimal 251 221 135
Hex FB DD 87

RGB Percentages of Color #fbdd87

%41.35
%36.41
%22.24

CMYK Percentages of Color #fbdd87

%0
%12
%46
%2

Triadic Colors of #fbdd87

#fbdd87 #87fbdd #dd87fb

Analogous Colors of #fbdd87

#fbdd87 #dffb87 #fba387

Monochromatic Colors of #fbdd87

#fbdd87

Complementary Color

#fbdd87 #87a5fb

#fbdd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd87 Color CSS Codes

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

#fbdd87 Text Font Color

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

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


#fbdd87 Background Color

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

This div background color is #fbdd87


#fbdd87 Border Color

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

This div border color is #fbdd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd87

Related Colors


Comments

No comments written yet.

Please login to write comment.