Color Hex Logo

#fbd585 Color Hex

#FBD585
(251,213,133)
0 Favorites   0 Comments

Color spaces of #fbd585

RGB 251213133
HSL0.110.940.75
HSV41°47°98°
CMYK 0.000.150.47   0.02
XYZ67.811569.791232.0873
Yxy69.79120.39960.4113
Hunter Lab83.5411-1.306035.7061
CIE-Lab86.89443.267744.3113

#fbd585 color RGB value is (251,213,133).

#fbd585 hex color red value is 251, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fbd585 hue: 0.11 , saturation: 0.94 and the lightness value of fbd585 is 0.75.

The process color (four color CMYK) of #fbd585 color hex is 0.00, 0.15, 0.47, 0.02. Web safe color of #fbd585 is #ffcc99. Color #fbd585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10000101
Octal 373 325 205
Decimal 251 213 133
Hex FB D5 85

RGB Percentages of Color #fbd585

%42.04
%35.68
%22.28

CMYK Percentages of Color #fbd585

%0
%15
%47
%2

Triadic Colors of #fbd585

#fbd585 #85fbd5 #d585fb

Analogous Colors of #fbd585

#fbd585 #e6fb85 #fb9a85

Monochromatic Colors of #fbd585

#fbd585

Complementary Color

#fbd585 #85abfb

#fbd585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd585 Color CSS Codes

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

#fbd585 Text Font Color

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

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


#fbd585 Background Color

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

This div background color is #fbd585


#fbd585 Border Color

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

This div border color is #fbd585


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,213,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd585


Comments

No comments written yet.

Please login to write comment.