Color Hex Logo

#fbd098 Color Hex

#FBD098
(251,208,152)
0 Favorites   0 Comments

Color spaces of #fbd098

RGB 251208152
HSL0.090.930.79
HSV34°39°98°
CMYK 0.000.170.39   0.02
XYZ68.007067.888039.2251
Yxy67.88800.38830.3877
Hunter Lab82.39423.141629.4499
CIE-Lab85.95047.765433.4679

#fbd098 color RGB value is (251,208,152).

#fbd098 hex color red value is 251, green value is 208 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fbd098 hue: 0.09 , saturation: 0.93 and the lightness value of fbd098 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10011000
Octal 373 320 230
Decimal 251 208 152
Hex FB D0 98

RGB Percentages of Color #fbd098

%41.08
%34.04
%24.88

CMYK Percentages of Color #fbd098

%0
%17
%39
%2

Triadic Colors of #fbd098

#fbd098 #98fbd0 #d098fb

Analogous Colors of #fbd098

#fbd098 #f5fb98 #fb9f98

Monochromatic Colors of #fbd098

#fbd098

Complementary Color

#fbd098 #98c3fb

#fbd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd098 Color CSS Codes

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

#fbd098 Text Font Color

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

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


#fbd098 Background Color

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

This div background color is #fbd098


#fbd098 Border Color

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

This div border color is #fbd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd098


Comments

No comments written yet.

Please login to write comment.