Color Hex Logo

#fbdaa0 Color Hex

#FBDAA0
(251,218,160)
0 Favorites   0 Comments

Color spaces of #fbdaa0

RGB 251218160
HSL0.110.920.81
HSV38°36°98°
CMYK 0.000.130.36   0.02
XYZ71.200273.190143.6322
Yxy73.19010.37870.3893
Hunter Lab85.5512-1.157629.6472
CIE-Lab88.53833.503332.7881

#fbdaa0 color RGB value is (251,218,160).

#fbdaa0 hex color red value is 251, green value is 218 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fbdaa0 hue: 0.11 , saturation: 0.92 and the lightness value of fbdaa0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10100000
Octal 373 332 240
Decimal 251 218 160
Hex FB DA A0

RGB Percentages of Color #fbdaa0

%39.90
%34.66
%25.44

CMYK Percentages of Color #fbdaa0

%0
%13
%36
%2

Triadic Colors of #fbdaa0

#fbdaa0 #a0fbda #daa0fb

Analogous Colors of #fbdaa0

#fbdaa0 #effba0 #fbada0

Monochromatic Colors of #fbdaa0

#fbdaa0

Complementary Color

#fbdaa0 #a0c1fb

#fbdaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaa0 Color CSS Codes

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

#fbdaa0 Text Font Color

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

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


#fbdaa0 Background Color

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

This div background color is #fbdaa0


#fbdaa0 Border Color

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

This div border color is #fbdaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaa0


Comments

No comments written yet.

Please login to write comment.