Color Hex Logo

#fbdda0 Color Hex

#FBDDA0
(251,221,160)
0 Favorites   0 Comments

Color spaces of #fbdda0

RGB 251221160
HSL0.110.920.81
HSV40°36°98°
CMYK 0.000.120.36   0.02
XYZ71.985374.760243.8938
Yxy74.76020.37760.3922
Hunter Lab86.4640-2.702430.4260
CIE-Lab89.28051.966933.7738

#fbdda0 color RGB value is (251,221,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10100000
Octal 373 335 240
Decimal 251 221 160
Hex FB DD A0

RGB Percentages of Color #fbdda0

%39.72
%34.97
%25.32

CMYK Percentages of Color #fbdda0

%0
%12
%36
%2

Triadic Colors of #fbdda0

#fbdda0 #a0fbdd #dda0fb

Analogous Colors of #fbdda0

#fbdda0 #ecfba0 #fbb0a0

Monochromatic Colors of #fbdda0

#fbdda0

Complementary Color

#fbdda0 #a0befb

#fbdda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdda0 Color CSS Codes

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

#fbdda0 Text Font Color

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

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


#fbdda0 Background Color

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

This div background color is #fbdda0


#fbdda0 Border Color

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

This div border color is #fbdda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdda0

Related Colors


Comments

No comments written yet.

Please login to write comment.