Color Hex Logo

#fbca71 Color Hex

#FBCA71
(251,202,113)
0 Favorites   0 Comments

Color spaces of #fbca71

RGB 251202113
HSL0.110.950.71
HSV39°55°98°
CMYK 0.000.200.55   0.02
XYZ63.884863.942524.5978
Yxy63.94250.41910.4195
Hunter Lab79.96412.669937.7366
CIE-Lab83.93587.224350.4953

#fbca71 color RGB value is (251,202,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01110001
Octal 373 312 161
Decimal 251 202 113
Hex FB CA 71

RGB Percentages of Color #fbca71

%44.35
%35.69
%19.96

CMYK Percentages of Color #fbca71

%0
%20
%55
%2

Triadic Colors of #fbca71

#fbca71 #71fbca #ca71fb

Analogous Colors of #fbca71

#fbca71 #e7fb71 #fb8571

Monochromatic Colors of #fbca71

#fbca71

Complementary Color

#fbca71 #71a2fb

#fbca71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca71 Color CSS Codes

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

#fbca71 Text Font Color

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

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


#fbca71 Background Color

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

This div background color is #fbca71


#fbca71 Border Color

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

This div border color is #fbca71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca71

#fbca71 Color Palettes


Comments

No comments written yet.

Please login to write comment.