Color Hex Logo

#fbd083 Color Hex

#FBD083
(251,208,131)
0 Favorites   0 Comments

Color spaces of #fbd083

RGB 251208131
HSL0.110.940.75
HSV39°48°98°
CMYK 0.000.170.48   0.02
XYZ66.436367.259730.9536
Yxy67.25970.40350.4085
Hunter Lab82.01201.078335.0307
CIE-Lab85.63495.655543.7262

#fbd083 color RGB value is (251,208,131).

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

The process color (four color CMYK) of #fbd083 color hex is 0.00, 0.17, 0.48, 0.02. Web safe color of #fbd083 is #ffcc99. Color #fbd083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10000011
Octal 373 320 203
Decimal 251 208 131
Hex FB D0 83

RGB Percentages of Color #fbd083

%42.54
%35.25
%22.20

CMYK Percentages of Color #fbd083

%0
%17
%48
%2

Triadic Colors of #fbd083

#fbd083 #83fbd0 #d083fb

Analogous Colors of #fbd083

#fbd083 #eafb83 #fb9483

Monochromatic Colors of #fbd083

#fbd083

Complementary Color

#fbd083 #83aefb

#fbd083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd083 Color CSS Codes

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

#fbd083 Text Font Color

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

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


#fbd083 Background Color

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

This div background color is #fbd083


#fbd083 Border Color

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

This div border color is #fbd083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd083

#fbd083 Color Palettes


Comments

No comments written yet.

Please login to write comment.