Color Hex Logo

#fbdaaa Color Hex

#FBDAAA
(251,218,170)
0 Favorites   0 Comments

Color spaces of #fbdaaa

RGB 251218170
HSL0.100.910.83
HSV36°32°98°
CMYK 0.000.130.32   0.02
XYZ72.110873.554348.4270
Yxy73.55430.37150.3790
Hunter Lab85.7638-0.002626.5562
CIE-Lab88.71144.684827.8720

#fbdaaa color RGB value is (251,218,170).

#fbdaaa hex color red value is 251, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fbdaaa hue: 0.10 , saturation: 0.91 and the lightness value of fbdaaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10101010
Octal 373 332 252
Decimal 251 218 170
Hex FB DA AA

RGB Percentages of Color #fbdaaa

%39.28
%34.12
%26.60

CMYK Percentages of Color #fbdaaa

%0
%13
%32
%2

Triadic Colors of #fbdaaa

#fbdaaa #aafbda #daaafb

Analogous Colors of #fbdaaa

#fbdaaa #f4fbaa #fbb2aa

Monochromatic Colors of #fbdaaa

#fbdaaa

Complementary Color

#fbdaaa #aacbfb

#fbdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaaa Color CSS Codes

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

#fbdaaa Text Font Color

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

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


#fbdaaa Background Color

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

This div background color is #fbdaaa


#fbdaaa Border Color

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

This div border color is #fbdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.