Color Hex Logo

#fbca8b Color Hex

#FBCA8B
(251,202,139)
0 Favorites   0 Comments

Color spaces of #fbca8b

RGB 251202139
HSL0.090.930.76
HSV34°45°98°
CMYK 0.000.200.45   0.02
XYZ65.564464.614433.4423
Yxy64.61440.40070.3949
Hunter Lab80.38314.923031.6014
CIE-Lab84.28469.525937.9641

#fbca8b color RGB value is (251,202,139).

#fbca8b hex color red value is 251, green value is 202 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fbca8b hue: 0.09 , saturation: 0.93 and the lightness value of fbca8b is 0.76.

The process color (four color CMYK) of #fbca8b color hex is 0.00, 0.20, 0.45, 0.02. Web safe color of #fbca8b is #ffcc99. Color #fbca8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10001011
Octal 373 312 213
Decimal 251 202 139
Hex FB CA 8B

RGB Percentages of Color #fbca8b

%42.40
%34.12
%23.48

CMYK Percentages of Color #fbca8b

%0
%20
%45
%2

Triadic Colors of #fbca8b

#fbca8b #8bfbca #ca8bfb

Analogous Colors of #fbca8b

#fbca8b #f4fb8b #fb928b

Monochromatic Colors of #fbca8b

#fbca8b

Complementary Color

#fbca8b #8bbcfb

#fbca8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca8b Color CSS Codes

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

#fbca8b Text Font Color

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

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


#fbca8b Background Color

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

This div background color is #fbca8b


#fbca8b Border Color

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

This div border color is #fbca8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca8b


Comments

No comments written yet.

Please login to write comment.