Color Hex Logo

#fbc29d Color Hex

#FBC29D
(251,194,157)
0 Favorites   0 Comments

Color spaces of #fbc29d

RGB 251194157
HSL0.070.920.80
HSV24°37°98°
CMYK 0.000.230.37   0.02
XYZ65.161361.527140.3398
Yxy61.52710.39010.3684
Hunter Lab78.439211.015524.4157
CIE-Lab82.661315.615926.4615

#fbc29d color RGB value is (251,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10011101
Octal 373 302 235
Decimal 251 194 157
Hex FB C2 9D

RGB Percentages of Color #fbc29d

%41.69
%32.23
%26.08

CMYK Percentages of Color #fbc29d

%0
%23
%37
%2

Triadic Colors of #fbc29d

#fbc29d #9dfbc2 #c29dfb

Analogous Colors of #fbc29d

#fbc29d #fbf19d #fb9da7

Monochromatic Colors of #fbc29d

#fbc29d

Complementary Color

#fbc29d #9dd6fb

#fbc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc29d Color CSS Codes

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

#fbc29d Text Font Color

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

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


#fbc29d Background Color

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

This div background color is #fbc29d


#fbc29d Border Color

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

This div border color is #fbc29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc29d


Comments

No comments written yet.

Please login to write comment.