Color Hex Logo

#fbdd98 Color Hex

#FBDD98
(251,221,152)
0 Favorites   0 Comments

Color spaces of #fbdd98

RGB 251221152
HSL0.120.930.79
HSV42°39°98°
CMYK 0.000.120.39   0.02
XYZ71.307674.489140.3253
Yxy74.48910.38310.4002
Hunter Lab86.3071-3.559232.7128
CIE-Lab89.15311.081337.6716

#fbdd98 color RGB value is (251,221,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10011000
Octal 373 335 230
Decimal 251 221 152
Hex FB DD 98

RGB Percentages of Color #fbdd98

%40.22
%35.42
%24.36

CMYK Percentages of Color #fbdd98

%0
%12
%39
%2

Triadic Colors of #fbdd98

#fbdd98 #98fbdd #dd98fb

Analogous Colors of #fbdd98

#fbdd98 #e8fb98 #fbac98

Monochromatic Colors of #fbdd98

#fbdd98

Complementary Color

#fbdd98 #98b6fb

#fbdd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd98 Color CSS Codes

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

#fbdd98 Text Font Color

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

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


#fbdd98 Background Color

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

This div background color is #fbdd98


#fbdd98 Border Color

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

This div border color is #fbdd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd98


Comments

No comments written yet.

Please login to write comment.