Color Hex Logo

#fbbca4 Color Hex

#FBBCA4
(251,188,164)
0 Favorites   0 Comments

Color spaces of #fbbca4

RGB 251188164
HSL0.050.920.81
HSV17°35°98°
CMYK 0.000.250.35   0.02
XYZ64.467759.156043.1424
Yxy59.15600.38660.3547
Hunter Lab76.912915.019420.5818
CIE-Lab81.377319.580620.9954

#fbbca4 color RGB value is (251,188,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 10100100
Octal 373 274 244
Decimal 251 188 164
Hex FB BC A4

RGB Percentages of Color #fbbca4

%41.63
%31.18
%27.20

CMYK Percentages of Color #fbbca4

%0
%25
%35
%2

Triadic Colors of #fbbca4

#fbbca4 #a4fbbc #bca4fb

Analogous Colors of #fbbca4

#fbbca4 #fbe8a4 #fba4b8

Monochromatic Colors of #fbbca4

#fbbca4

Complementary Color

#fbbca4 #a4e3fb

#fbbca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbca4 Color CSS Codes

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

#fbbca4 Text Font Color

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

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


#fbbca4 Background Color

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

This div background color is #fbbca4


#fbbca4 Border Color

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

This div border color is #fbbca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbca4


Comments

No comments written yet.

Please login to write comment.