Color Hex Logo

#fbdf83 Color Hex

#FBDF83
(251,223,131)
0 Favorites   0 Comments

Color spaces of #fbdf83

RGB 251223131
HSL0.130.940.75
HSV46°48°98°
CMYK 0.000.110.48   0.02
XYZ70.268174.923332.2308
Yxy74.92330.39610.4223
Hunter Lab86.5582-6.570438.5136
CIE-Lab89.3571-2.016148.3592

#fbdf83 color RGB value is (251,223,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10000011
Octal 373 337 203
Decimal 251 223 131
Hex FB DF 83

RGB Percentages of Color #fbdf83

%41.49
%36.86
%21.65

CMYK Percentages of Color #fbdf83

%0
%11
%48
%2

Triadic Colors of #fbdf83

#fbdf83 #83fbdf #df83fb

Analogous Colors of #fbdf83

#fbdf83 #dbfb83 #fba383

Monochromatic Colors of #fbdf83

#fbdf83

Complementary Color

#fbdf83 #839ffb

#fbdf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf83 Color CSS Codes

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

#fbdf83 Text Font Color

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

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


#fbdf83 Background Color

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

This div background color is #fbdf83


#fbdf83 Border Color

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

This div border color is #fbdf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf83


Comments

No comments written yet.

Please login to write comment.