Color Hex Logo

#fbd49b Color Hex

#FBD49B
(251,212,155)
0 Favorites   0 Comments

Color spaces of #fbd49b

RGB 251212155
HSL0.100.920.80
HSV36°38°98°
CMYK 0.000.160.38   0.02
XYZ69.243569.962840.8650
Yxy69.96280.38450.3885
Hunter Lab83.64381.392529.5839
CIE-Lab86.97866.027633.2845

#fbd49b color RGB value is (251,212,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 10011011
Octal 373 324 233
Decimal 251 212 155
Hex FB D4 9B

RGB Percentages of Color #fbd49b

%40.61
%34.30
%25.08

CMYK Percentages of Color #fbd49b

%0
%16
%38
%2

Triadic Colors of #fbd49b

#fbd49b #9bfbd4 #d49bfb

Analogous Colors of #fbd49b

#fbd49b #f2fb9b #fba49b

Monochromatic Colors of #fbd49b

#fbd49b

Complementary Color

#fbd49b #9bc2fb

#fbd49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd49b Color CSS Codes

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

#fbd49b Text Font Color

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

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


#fbd49b Background Color

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

This div background color is #fbd49b


#fbd49b Border Color

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

This div border color is #fbd49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd49b


Comments

No comments written yet.

Please login to write comment.