Color Hex Logo

#fbdaba Color Hex

#FBDABA
(251,218,186)
0 Favorites   0 Comments

Color spaces of #fbdaba

RGB 251218186
HSL0.080.890.86
HSV30°26°98°
CMYK 0.000.130.26   0.02
XYZ73.718074.197256.8905
Yxy74.19720.35990.3623
Hunter Lab86.13782.021821.1378
CIE-Lab89.01566.736719.9758

#fbdaba color RGB value is (251,218,186).

#fbdaba hex color red value is 251, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbdaba hue: 0.08 , saturation: 0.89 and the lightness value of fbdaba is 0.86.

The process color (four color CMYK) of #fbdaba color hex is 0.00, 0.13, 0.26, 0.02. Web safe color of #fbdaba is #ffcccc. Color #fbdaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10111010
Octal 373 332 272
Decimal 251 218 186
Hex FB DA BA

RGB Percentages of Color #fbdaba

%38.32
%33.28
%28.40

CMYK Percentages of Color #fbdaba

%0
%13
%26
%2

Triadic Colors of #fbdaba

#fbdaba #bafbda #dabafb

Analogous Colors of #fbdaba

#fbdaba #fbfbba #fbbabb

Monochromatic Colors of #fbdaba

#fbdaba

Complementary Color

#fbdaba #badbfb

#fbdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaba Color CSS Codes

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

#fbdaba Text Font Color

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

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


#fbdaba Background Color

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

This div background color is #fbdaba


#fbdaba Border Color

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

This div border color is #fbdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaba


Comments

No comments written yet.

Please login to write comment.