Color Hex Logo

#fbbda3 Color Hex

#FBBDA3
(251,189,163)
0 Favorites   0 Comments

Color spaces of #fbbda3

RGB 251189163
HSL0.050.920.81
HSV18°35°98°
CMYK 0.000.250.35   0.02
XYZ64.592159.548842.7400
Yxy59.54880.38710.3568
Hunter Lab77.167914.366721.1793
CIE-Lab81.592318.936021.8243

#fbbda3 color RGB value is (251,189,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10100011
Octal 373 275 243
Decimal 251 189 163
Hex FB BD A3

RGB Percentages of Color #fbbda3

%41.63
%31.34
%27.03

CMYK Percentages of Color #fbbda3

%0
%25
%35
%2

Triadic Colors of #fbbda3

#fbbda3 #a3fbbd #bda3fb

Analogous Colors of #fbbda3

#fbbda3 #fbe9a3 #fba3b5

Monochromatic Colors of #fbbda3

#fbbda3

Complementary Color

#fbbda3 #a3e1fb

#fbbda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbda3 Color CSS Codes

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

#fbbda3 Text Font Color

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

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


#fbbda3 Background Color

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

This div background color is #fbbda3


#fbbda3 Border Color

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

This div border color is #fbbda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbda3


Comments

No comments written yet.

Please login to write comment.