Color Hex Logo

#fbca6b Color Hex

#FBCA6B
(251,202,107)
0 Favorites   0 Comments

Color spaces of #fbca6b

RGB 251202107
HSL0.110.950.70
HSV40°57°98°
CMYK 0.000.200.57   0.02
XYZ63.558063.811822.8770
Yxy63.81180.42300.4247
Hunter Lab79.88232.228838.9379
CIE-Lab83.86776.769953.2872

#fbca6b color RGB value is (251,202,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01101011
Octal 373 312 153
Decimal 251 202 107
Hex FB CA 6B

RGB Percentages of Color #fbca6b

%44.82
%36.07
%19.11

CMYK Percentages of Color #fbca6b

%0
%20
%57
%2

Triadic Colors of #fbca6b

#fbca6b #6bfbca #ca6bfb

Analogous Colors of #fbca6b

#fbca6b #e4fb6b #fb826b

Monochromatic Colors of #fbca6b

#fbca6b

Complementary Color

#fbca6b #6b9cfb

#fbca6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca6b Color CSS Codes

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

#fbca6b Text Font Color

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

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


#fbca6b Background Color

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

This div background color is #fbca6b


#fbca6b Border Color

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

This div border color is #fbca6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca6b

Related Colors


Comments

No comments written yet.

Please login to write comment.