Color Hex Logo

#fbc48e Color Hex

#FBC48E
(251,196,142)
0 Favorites   0 Comments

Color spaces of #fbc48e

RGB 251196142
HSL0.080.930.77
HSV30°43°98°
CMYK 0.000.220.43   0.02
XYZ64.406161.942134.1526
Yxy61.94210.40130.3859
Hunter Lab78.70338.343029.3639
CIE-Lab82.882612.952034.5982

#fbc48e color RGB value is (251,196,142).

#fbc48e hex color red value is 251, green value is 196 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fbc48e hue: 0.08 , saturation: 0.93 and the lightness value of fbc48e is 0.77.

The process color (four color CMYK) of #fbc48e color hex is 0.00, 0.22, 0.43, 0.02. Web safe color of #fbc48e is #ffcc99. Color #fbc48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 10001110
Octal 373 304 216
Decimal 251 196 142
Hex FB C4 8E

RGB Percentages of Color #fbc48e

%42.61
%33.28
%24.11

CMYK Percentages of Color #fbc48e

%0
%22
%43
%2

Triadic Colors of #fbc48e

#fbc48e #8efbc4 #c48efb

Analogous Colors of #fbc48e

#fbc48e #fbfb8e #fb8e8f

Monochromatic Colors of #fbc48e

#fbc48e

Complementary Color

#fbc48e #8ec5fb

#fbc48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc48e Color CSS Codes

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

#fbc48e Text Font Color

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

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


#fbc48e Background Color

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

This div background color is #fbc48e


#fbc48e Border Color

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

This div border color is #fbc48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc48e


Comments

No comments written yet.

Please login to write comment.