Color Hex Logo

#fbc28c Color Hex

#FBC28C
(251,194,140)
0 Favorites   0 Comments

Color spaces of #fbc28c

RGB 251194140
HSL0.080.930.77
HSV29°44°98°
CMYK 0.000.230.44   0.02
XYZ63.809160.986333.2194
Yxy60.98630.40380.3860
Hunter Lab78.09379.185429.4449
CIE-Lab82.371413.794534.9659

#fbc28c color RGB value is (251,194,140).

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

The process color (four color CMYK) of #fbc28c color hex is 0.00, 0.23, 0.44, 0.02. Web safe color of #fbc28c is #ffcc99. Color #fbc28c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10001100
Octal 373 302 214
Decimal 251 194 140
Hex FB C2 8C

RGB Percentages of Color #fbc28c

%42.91
%33.16
%23.93

CMYK Percentages of Color #fbc28c

%0
%23
%44
%2

Triadic Colors of #fbc28c

#fbc28c #8cfbc2 #c28cfb

Analogous Colors of #fbc28c

#fbc28c #fbfa8c #fb8c8e

Monochromatic Colors of #fbc28c

#fbc28c

Complementary Color

#fbc28c #8cc5fb

#fbc28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc28c Color CSS Codes

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

#fbc28c Text Font Color

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

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


#fbc28c Background Color

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

This div background color is #fbc28c


#fbc28c Border Color

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

This div border color is #fbc28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc28c

Related Colors


Comments

No comments written yet.

Please login to write comment.