Color Hex Logo

#fbca6d Color Hex

#FBCA6D
(251,202,109)
0 Favorites   0 Comments

Color spaces of #fbca6d

RGB 251202109
HSL0.110.950.71
HSV39°57°98°
CMYK 0.000.200.57   0.02
XYZ63.664563.854423.4377
Yxy63.85440.42170.4230
Hunter Lab79.90892.372638.5462
CIE-Lab83.88996.918252.3619

#fbca6d color RGB value is (251,202,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01101101
Octal 373 312 155
Decimal 251 202 109
Hex FB CA 6D

RGB Percentages of Color #fbca6d

%44.66
%35.94
%19.40

CMYK Percentages of Color #fbca6d

%0
%20
%57
%2

Triadic Colors of #fbca6d

#fbca6d #6dfbca #ca6dfb

Analogous Colors of #fbca6d

#fbca6d #e5fb6d #fb836d

Monochromatic Colors of #fbca6d

#fbca6d

Complementary Color

#fbca6d #6d9efb

#fbca6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca6d Color CSS Codes

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

#fbca6d Text Font Color

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

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


#fbca6d Background Color

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

This div background color is #fbca6d


#fbca6d Border Color

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

This div border color is #fbca6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca6d


Comments

No comments written yet.

Please login to write comment.