Color Hex Logo

#fbd583 Color Hex

#FBD583
(251,213,131)
0 Favorites   0 Comments

Color spaces of #fbd583

RGB 251213131
HSL0.110.940.75
HSV41°48°98°
CMYK 0.000.150.48   0.02
XYZ67.674669.736431.3664
Yxy69.73640.40100.4132
Hunter Lab83.5083-1.484336.1860
CIE-Lab86.86743.083045.2692

#fbd583 color RGB value is (251,213,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10000011
Octal 373 325 203
Decimal 251 213 131
Hex FB D5 83

RGB Percentages of Color #fbd583

%42.18
%35.80
%22.02

CMYK Percentages of Color #fbd583

%0
%15
%48
%2

Triadic Colors of #fbd583

#fbd583 #83fbd5 #d583fb

Analogous Colors of #fbd583

#fbd583 #e5fb83 #fb9983

Monochromatic Colors of #fbd583

#fbd583

Complementary Color

#fbd583 #83a9fb

#fbd583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd583 Color CSS Codes

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

#fbd583 Text Font Color

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

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


#fbd583 Background Color

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

This div background color is #fbd583


#fbd583 Border Color

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

This div border color is #fbd583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd583


Comments

No comments written yet.

Please login to write comment.