Color Hex Logo

#fbdb70 Color Hex

#FBDB70
(251,219,112)
0 Favorites   0 Comments

Color spaces of #fbdb70

RGB 251219112
HSL0.130.950.71
HSV46°55°98°
CMYK 0.000.130.55   0.02
XYZ68.039872.342125.7066
Yxy72.34210.40970.4356
Hunter Lab85.0542-6.052241.6182
CIE-Lab88.1330-1.570455.9283

#fbdb70 color RGB value is (251,219,112).

#fbdb70 hex color red value is 251, green value is 219 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fbdb70 hue: 0.13 , saturation: 0.95 and the lightness value of fbdb70 is 0.71.

The process color (four color CMYK) of #fbdb70 color hex is 0.00, 0.13, 0.55, 0.02. Web safe color of #fbdb70 is #ffcc66. Color #fbdb70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01110000
Octal 373 333 160
Decimal 251 219 112
Hex FB DB 70

RGB Percentages of Color #fbdb70

%43.13
%37.63
%19.24

CMYK Percentages of Color #fbdb70

%0
%13
%55
%2

Triadic Colors of #fbdb70

#fbdb70 #70fbdb #db70fb

Analogous Colors of #fbdb70

#fbdb70 #d6fb70 #fb9670

Monochromatic Colors of #fbdb70

#fbdb70

Complementary Color

#fbdb70 #7090fb

#fbdb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb70 Color CSS Codes

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

#fbdb70 Text Font Color

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

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


#fbdb70 Background Color

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

This div background color is #fbdb70


#fbdb70 Border Color

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

This div border color is #fbdb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb70


Comments

No comments written yet.

Please login to write comment.