Color Hex Logo

#fbd584 Color Hex

#FBD584
(251,213,132)
0 Favorites   0 Comments

Color spaces of #fbd584

RGB 251213132
HSL0.110.940.75
HSV41°47°98°
CMYK 0.000.150.47   0.02
XYZ67.742869.763731.7251
Yxy69.76370.40030.4122
Hunter Lab83.5247-1.395535.9472
CIE-Lab86.88083.175144.7907

#fbd584 color RGB value is (251,213,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10000100
Octal 373 325 204
Decimal 251 213 132
Hex FB D5 84

RGB Percentages of Color #fbd584

%42.11
%35.74
%22.15

CMYK Percentages of Color #fbd584

%0
%15
%47
%2

Triadic Colors of #fbd584

#fbd584 #84fbd5 #d584fb

Analogous Colors of #fbd584

#fbd584 #e6fb84 #fb9a84

Monochromatic Colors of #fbd584

#fbd584

Complementary Color

#fbd584 #84aafb

#fbd584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd584 Color CSS Codes

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

#fbd584 Text Font Color

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

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


#fbd584 Background Color

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

This div background color is #fbd584


#fbd584 Border Color

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

This div border color is #fbd584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd584


Comments

No comments written yet.

Please login to write comment.