Color Hex Logo

#fbbda7 Color Hex

#FBBDA7
(251,189,167)
0 Favorites   0 Comments

Color spaces of #fbbda7

RGB 251189167
HSL0.040.910.82
HSV16°33°98°
CMYK 0.000.250.33   0.02
XYZ64.956359.694444.6578
Yxy59.69440.38370.3526
Hunter Lab77.262214.860819.8137
CIE-Lab81.671819.418119.8030

#fbbda7 color RGB value is (251,189,167).

#fbbda7 hex color red value is 251, green value is 189 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fbbda7 hue: 0.04 , saturation: 0.91 and the lightness value of fbbda7 is 0.82.

The process color (four color CMYK) of #fbbda7 color hex is 0.00, 0.25, 0.33, 0.02. Web safe color of #fbbda7 is #ffcc99. Color #fbbda7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10100111
Octal 373 275 247
Decimal 251 189 167
Hex FB BD A7

RGB Percentages of Color #fbbda7

%41.35
%31.14
%27.51

CMYK Percentages of Color #fbbda7

%0
%25
%33
%2

Triadic Colors of #fbbda7

#fbbda7 #a7fbbd #bda7fb

Analogous Colors of #fbbda7

#fbbda7 #fbe7a7 #fba7bb

Monochromatic Colors of #fbbda7

#fbbda7

Complementary Color

#fbbda7 #a7e5fb

#fbbda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbda7 Color CSS Codes

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

#fbbda7 Text Font Color

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

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


#fbbda7 Background Color

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

This div background color is #fbbda7


#fbbda7 Border Color

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

This div border color is #fbbda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbda7

Related Colors


Comments

No comments written yet.

Please login to write comment.