Color Hex Logo

#fbca6f Color Hex

#FBCA6F
(251,202,111)
0 Favorites   0 Comments

Color spaces of #fbca6f

RGB 251202111
HSL0.110.950.71
HSV39°56°98°
CMYK 0.000.200.56   0.02
XYZ63.773463.898024.0112
Yxy63.89800.42040.4213
Hunter Lab79.93622.519538.1459
CIE-Lab83.91267.069551.4314

#fbca6f color RGB value is (251,202,111).

#fbca6f hex color red value is 251, green value is 202 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbca6f hue: 0.11 , saturation: 0.95 and the lightness value of fbca6f is 0.71.

The process color (four color CMYK) of #fbca6f color hex is 0.00, 0.20, 0.56, 0.02. Web safe color of #fbca6f is #ffcc66. Color #fbca6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01101111
Octal 373 312 157
Decimal 251 202 111
Hex FB CA 6F

RGB Percentages of Color #fbca6f

%44.50
%35.82
%19.68

CMYK Percentages of Color #fbca6f

%0
%20
%56
%2

Triadic Colors of #fbca6f

#fbca6f #6ffbca #ca6ffb

Analogous Colors of #fbca6f

#fbca6f #e6fb6f #fb846f

Monochromatic Colors of #fbca6f

#fbca6f

Complementary Color

#fbca6f #6fa0fb

#fbca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca6f Color CSS Codes

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

#fbca6f Text Font Color

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

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


#fbca6f Background Color

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

This div background color is #fbca6f


#fbca6f Border Color

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

This div border color is #fbca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca6f


Comments

No comments written yet.

Please login to write comment.