Color Hex Logo

#fbca84 Color Hex

#FBCA84
(251,202,132)
0 Favorites   0 Comments

Color spaces of #fbca84

RGB 251202132
HSL0.100.940.75
HSV35°47°98°
CMYK 0.000.200.47   0.02
XYZ65.069064.416230.8339
Yxy64.41620.40590.4018
Hunter Lab80.25974.260933.4040
CIE-Lab84.18208.852841.3909

#fbca84 color RGB value is (251,202,132).

#fbca84 hex color red value is 251, green value is 202 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fbca84 hue: 0.10 , saturation: 0.94 and the lightness value of fbca84 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10000100
Octal 373 312 204
Decimal 251 202 132
Hex FB CA 84

RGB Percentages of Color #fbca84

%42.91
%34.53
%22.56

CMYK Percentages of Color #fbca84

%0
%20
%47
%2

Triadic Colors of #fbca84

#fbca84 #84fbca #ca84fb

Analogous Colors of #fbca84

#fbca84 #f1fb84 #fb8f84

Monochromatic Colors of #fbca84

#fbca84

Complementary Color

#fbca84 #84b5fb

#fbca84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca84 Color CSS Codes

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

#fbca84 Text Font Color

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

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


#fbca84 Background Color

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

This div background color is #fbca84


#fbca84 Border Color

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

This div border color is #fbca84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca84


Comments

No comments written yet.

Please login to write comment.