Color Hex Logo

#fbc19d Color Hex

#FBC19D
(251,193,157)
0 Favorites   0 Comments

Color spaces of #fbc19d

RGB 251193157
HSL0.060.920.80
HSV23°37°98°
CMYK 0.000.230.37   0.02
XYZ64.939461.083540.2659
Yxy61.08350.39050.3673
Hunter Lab78.155911.541924.1630
CIE-Lab82.423616.139326.1395

#fbc19d color RGB value is (251,193,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 10011101
Octal 373 301 235
Decimal 251 193 157
Hex FB C1 9D

RGB Percentages of Color #fbc19d

%41.76
%32.11
%26.12

CMYK Percentages of Color #fbc19d

%0
%23
%37
%2

Triadic Colors of #fbc19d

#fbc19d #9dfbc1 #c19dfb

Analogous Colors of #fbc19d

#fbc19d #fbf09d #fb9da8

Monochromatic Colors of #fbc19d

#fbc19d

Complementary Color

#fbc19d #9dd7fb

#fbc19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc19d Color CSS Codes

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

#fbc19d Text Font Color

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

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


#fbc19d Background Color

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

This div background color is #fbc19d


#fbc19d Border Color

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

This div border color is #fbc19d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,193,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 #fbc19d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc19d

Related Colors


Comments

No comments written yet.

Please login to write comment.