Color Hex Logo

#fbdb81 Color Hex

#FBDB81
(251,219,129)
0 Favorites   0 Comments

Color spaces of #fbdb81

RGB 251219129
HSL0.120.940.75
HSV44°49°98°
CMYK 0.000.130.49   0.02
XYZ69.077672.757231.1716
Yxy72.75720.39930.4205
Hunter Lab85.2978-4.714838.0413
CIE-Lab88.3318-0.164748.0679

#fbdb81 color RGB value is (251,219,129).

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

The process color (four color CMYK) of #fbdb81 color hex is 0.00, 0.13, 0.49, 0.02. Web safe color of #fbdb81 is #ffcc99. Color #fbdb81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10000001
Octal 373 333 201
Decimal 251 219 129
Hex FB DB 81

RGB Percentages of Color #fbdb81

%41.90
%36.56
%21.54

CMYK Percentages of Color #fbdb81

%0
%13
%49
%2

Triadic Colors of #fbdb81

#fbdb81 #81fbdb #db81fb

Analogous Colors of #fbdb81

#fbdb81 #defb81 #fb9e81

Monochromatic Colors of #fbdb81

#fbdb81

Complementary Color

#fbdb81 #81a1fb

#fbdb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb81 Color CSS Codes

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

#fbdb81 Text Font Color

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

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


#fbdb81 Background Color

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

This div background color is #fbdb81


#fbdb81 Border Color

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

This div border color is #fbdb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb81


Comments

No comments written yet.

Please login to write comment.