Color Hex Logo

#fba884 Color Hex

#FBA884
(251,168,132)
0 Favorites   0 Comments

Color spaces of #fba884

RGB 251168132
HSL0.050.940.75
HSV18°47°98°
CMYK 0.000.330.47   0.02
XYZ57.951250.180428.4612
Yxy50.18040.42430.3674
Hunter Lab70.838122.060425.7653
CIE-Lab76.179926.652431.0532

#fba884 color RGB value is (251,168,132).

#fba884 hex color red value is 251, green value is 168 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fba884 hue: 0.05 , saturation: 0.94 and the lightness value of fba884 is 0.75.

The process color (four color CMYK) of #fba884 color hex is 0.00, 0.33, 0.47, 0.02. Web safe color of #fba884 is #ff9999. Color #fba884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 10000100
Octal 373 250 204
Decimal 251 168 132
Hex FB A8 84

RGB Percentages of Color #fba884

%45.55
%30.49
%23.96

CMYK Percentages of Color #fba884

%0
%33
%47
%2

Triadic Colors of #fba884

#fba884 #84fba8 #a884fb

Analogous Colors of #fba884

#fba884 #fbe484 #fb849c

Monochromatic Colors of #fba884

#fba884

Complementary Color

#fba884 #84d7fb

#fba884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba884 Color CSS Codes

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

#fba884 Text Font Color

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

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


#fba884 Background Color

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

This div background color is #fba884


#fba884 Border Color

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

This div border color is #fba884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba884


Comments

No comments written yet.

Please login to write comment.