Color Hex Logo

#fbd69c Color Hex

#FBD69C
(251,214,156)
0 Favorites   0 Comments

Color spaces of #fbd69c

RGB 251214156
HSL0.100.920.80
HSV37°38°98°
CMYK 0.000.150.38   0.02
XYZ69.831071.002741.4769
Yxy71.00270.38300.3895
Hunter Lab84.26310.467129.7998
CIE-Lab87.48635.108033.4434

#fbd69c color RGB value is (251,214,156).

#fbd69c hex color red value is 251, green value is 214 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fbd69c hue: 0.10 , saturation: 0.92 and the lightness value of fbd69c is 0.80.

The process color (four color CMYK) of #fbd69c color hex is 0.00, 0.15, 0.38, 0.02. Web safe color of #fbd69c is #ffcc99. Color #fbd69c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 10011100
Octal 373 326 234
Decimal 251 214 156
Hex FB D6 9C

RGB Percentages of Color #fbd69c

%40.42
%34.46
%25.12

CMYK Percentages of Color #fbd69c

%0
%15
%38
%2

Triadic Colors of #fbd69c

#fbd69c #9cfbd6 #d69cfb

Analogous Colors of #fbd69c

#fbd69c #f1fb9c #fba79c

Monochromatic Colors of #fbd69c

#fbd69c

Complementary Color

#fbd69c #9cc1fb

#fbd69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd69c Color CSS Codes

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

#fbd69c Text Font Color

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

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


#fbd69c Background Color

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

This div background color is #fbd69c


#fbd69c Border Color

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

This div border color is #fbd69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd69c


Comments

No comments written yet.

Please login to write comment.